diff options
-rw-r--r-- | docs/library/uctypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uctypes.rst b/docs/library/uctypes.rst index 73637a0e27..9a7f85edcd 100644 --- a/docs/library/uctypes.rst +++ b/docs/library/uctypes.rst @@ -6,7 +6,7 @@ This module implements "foreign data interface" for MicroPython. The idea behind it is similar to CPython's ``ctypes`` modules, but actual API is -different, steamlined and optimized for small size. +different, streamlined and optimized for small size. Defining structure layout ------------------------- |