From 3e07e0b01d91a5ea428719ca99bc732c0ee1be94 Mon Sep 17 00:00:00 2001 From: Anil Seervi <61609033+AnilSeervi@users.noreply.github.com> Date: Fri, 15 May 2020 18:22:01 +0530 Subject: Fix typos (#5441) --- std/fmt/TODO | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'std') 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. -- cgit v1.2.3