Skip to content

Commit e7208ab

Browse files
committed
Deployed 4c77b46 to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent 4c77b46 commit e7208ab

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

dev/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

dev/fmt.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
margin-left: 1em;
2121
}
2222

23-
code,
2423
pre > code.decl {
2524
white-space: pre-wrap;
2625
}

dev/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)