diff options
| author | Damien George <damien@micropython.org> | 2023-03-08 14:10:02 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-04-27 18:03:06 +1000 |
| commit | b1229efbd1509654dec6053865ab828d769e29db (patch) | |
| tree | e1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /docs/library/machine.ADC.rst | |
| parent | e160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff) | |
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/machine.ADC.rst')
| -rw-r--r-- | docs/library/machine.ADC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.ADC.rst b/docs/library/machine.ADC.rst index eb538a442..65225ea87 100644 --- a/docs/library/machine.ADC.rst +++ b/docs/library/machine.ADC.rst @@ -4,7 +4,7 @@ class ADC -- analog to digital conversion ========================================= -The ADC class provides an interface to analog-to-digital convertors, and +The ADC class provides an interface to analog-to-digital converters, and represents a single endpoint that can sample a continuous voltage and convert it to a discretised value. |
