mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Fix %S doc
This commit is contained in:
parent
62382e3650
commit
589898e28b
@ -589,8 +589,7 @@ The available presentation types (*chrono_type*) are:
|
|||||||
represented with seconds, then the format is a decimal floating-point number
|
represented with seconds, then the format is a decimal floating-point number
|
||||||
with a fixed format and a precision matching that of the precision of the
|
with a fixed format and a precision matching that of the precision of the
|
||||||
input (or to a microseconds precision if the conversion to floating-point
|
input (or to a microseconds precision if the conversion to floating-point
|
||||||
decimal seconds cannot be made within 18 fractional digits). The character
|
decimal seconds cannot be made within 18 fractional digits). The modified
|
||||||
for the decimal point is localized according to the locale. The modified
|
|
||||||
command <code>%OS</code> produces the locale's alternative representation.
|
command <code>%OS</code> produces the locale's alternative representation.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user