Skip to content

Commit 944a344

Browse files
authored
Removed an invalid comment about I from README.md
`I` is a modifier, not a specifier; removed the invalid comment about it not having an "unsigned equivalent" - it can be used with unsigned specifiers.
1 parent 11b8c62 commit 944a344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ Notes:
183183
* The `%a` specifier for hexadecimal floating-point notation (introduced in C99 and C++11) is _not_ currently supported.
184184
* If you want to print the percent sign (`%`, US-ASCII character 37), use "%%" in your format string.
185185
* The C standard library's `printf()`-style functions don't accept `float` arguments, only `double`'s; that is true for this library as well. `float`'s get converted to `double`'s.
186-
* There is no unsigned equivalent of the `I` specifier at the moment.
187186

188187
#### Flags
189188

0 commit comments

Comments
 (0)