adafruit / Adafruit_CircuitPython_ADS1x15

CircuitPython drivers for the ADS1x15 series of ADCs.
MIT License
133 stars 58 forks source link

Misspelled comment #76

Closed nlantau closed 2 years ago

nlantau commented 2 years ago

Misspelled word in comment 'single' as 'sinlge' on line 19

https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/blob/e11d0414d695fc7d50e9a79c732e4901c27ceeb2/examples/ads1x15_gain_example.py#L19

FoamyGuy commented 2 years ago

@nlantau thank you. Are you interested in submitting a PR to change the spelling?

caternuson commented 2 years ago

Yep. Thanks @nlantau

This would be a good first PR.

nlantau commented 2 years ago

@FoamyGuy @caternuson yes, sure thing!

nlantau commented 2 years ago

This issue has been resolved and merged into main. Closing it.