mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix typos (#5441)
This commit is contained in:
parent
f2e431c2b0
commit
3e07e0b01d
1 changed files with 7 additions and 6 deletions
13
std/fmt/TODO
13
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue