summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnil Seervi <61609033+AnilSeervi@users.noreply.github.com>2020-05-15 18:22:01 +0530
committerGitHub <noreply@github.com>2020-05-15 08:52:01 -0400
commit3e07e0b01d91a5ea428719ca99bc732c0ee1be94 (patch)
treea5fbea131a518f1283267430b29abe19d63a035a
parentf2e431c2b07135c0deab442a60f267324882d0b8 (diff)
Fix typos (#5441)
-rw-r--r--std/fmt/TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/std/fmt/TODO b/std/fmt/TODO
index bfc3efdd1..6f54590fb 100644
--- a/std/fmt/TODO
+++ b/std/fmt/TODO
@@ -1,12 +1,13 @@
* "native" formatting, json, arrays, object/structs, functions ...
* %q %U
-* Java has a %n flag to print the plattform native newline... in POSIX
+* Java has a %n flag to print the platform native newline... in POSIX
that means "number of chars printed so far", though.
-* use of Writer and Buffer internally in order to make FPrintf, Printf, etc.
+* Use of Writer and Buffer internally in order to make fprintf, printf, etc.
easier and more elegant.
-* see "Discussion" in README
+
+* See "Discussion" in README
-*scanf , pack,unpack, annotated hex
-* error handling, consistantly
-* probably rewrite, now that I konw how it's done.
+* scanf, pack, unpack, annotated hex
+* Error Handling, Consistently.
+* Probably Rewrite, now that I know how it's done.