8000 Merge pull request #69 from clach04/patch-1 · mcauser/micropython-font-to-py@6de2738 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6de2738

Browse files
authored
Merge pull request peterhinch#69 from clach04/patch-1
DRIVERS.md: Fix typo.
2 parents 280123a + 50e26a9 commit 6de2738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writer/DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If a device subclasses `framebuf.FrameBuffer` the following libraries enhance
2020
its capability. The [Writer](./WRITER.md) class enables it to use multiple
2121
fonts with additional functionality such as word wrap, string metrics and tab
2222
handling. The [nano-gui](https://github.com/peterhinch/micropython-nano-gui.git)
23-
provides rudimentary GUI displayt capability with minimal RAM use. The
23+
provides rudimentary GUI display capability with minimal RAM use. The
2424
[micro-gui](https://github.com/peterhinch/micropython-micro-gui) library is
2525
more fully featured, providing a means of user input at some cost in size and
2626
complexity.

0 commit comments

Comments
 (0)
0