File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2002,7 +2002,7 @@ <h2 id="compatibility-with-c20-stdformat">Compatibility with C++20 <code>std::fo
20022002 precision that provides round-trip guarantees similarly to other languages
20032003 like Java and Python. < code > std::format</ code > is currently specified in terms of
20042004 < code > std::to_chars</ code > which tries to generate the smallest number of characters
2005- (ignoring redundant digits and sign in exponent) and may procude more
2005+ (ignoring redundant digits and sign in exponent) and may produce more
20062006 decimal digits than necessary.</ p >
20072007</ li >
20082008</ ul >
@@ -2048,7 +2048,7 @@ <h3 id="macros">Macros</h3>
20482048< li > < code > 0</ code > - off (default)</ li >
20492049< li > < code > 1</ code > - disables locale support and applies some optimizations</ li >
20502050< li > < code > 2</ code > - disables some Unicode features, named arguments and applies more
2051- aggresive optimizations</ li >
2051+ aggressive optimizations</ li >
20522052</ ul >
20532053</ li >
20542054</ ul >
Original file line number Diff line number Diff line change 2020 margin-left : 1em ;
2121}
2222
23- code ,
2423pre > code .decl {
2524 white-space : pre-wrap;
2625}
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ <h2>Unicode support</h2>
478478< p >
479479 The default is < b > locale-independent</ b > , but you can opt into localized
480480 formatting and {fmt} makes it work with Unicode, addressing issues in the
481- standard libary .
481+ standard library .
482482</ p >
483483</ div >
484484
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments