docs: Fix some spelling mistakes.

This commit is contained in:
Mike Causer
2021-04-30 16:53:36 +10:00
committed by Damien George
parent 6e776a6710
commit 31ac410a4f
12 changed files with 17 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ This simple module named ``cexample`` provides a single function
``cexample.add_ints(a, b)`` which adds the two integer args together and returns
the result. It can be found in the MicroPython source tree
`in the examples directory <https://github.com/micropython/micropython/tree/master/examples/usercmodule/cexample>`_
and has a source file and a Makefile fragment with content as descibed above::
and has a source file and a Makefile fragment with content as described above::
micropython/
└──examples/