summaryrefslogtreecommitdiff
path: root/std/fmt
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-05-14 08:58:48 +0200
committerBert Belder <bertbelder@gmail.com>2020-05-16 00:36:49 +0200
commit76a6a1ff46adde01877fbf4b874dc8d344a74f9c (patch)
tree92b5681608b6391c9720b7e287e2428df5b6d0de /std/fmt
parentaa1284ceb0f46516d04a6e29862cfc0848a6146c (diff)
Fix a bunch of spelling errors (#5314)
Diffstat (limited to 'std/fmt')
-rw-r--r--std/fmt/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/fmt/TODO b/std/fmt/TODO
index 6f54590fb..7f95c7a78 100644
--- a/std/fmt/TODO
+++ b/std/fmt/TODO
@@ -9,5 +9,5 @@
* See "Discussion" in README
* scanf, pack, unpack, annotated hex
-* Error Handling, Consistently.
-* Probably Rewrite, now that I know how it's done.
+* Consistent error handling.
+* Rewrite (probably), now that I know how it's done.