Update docs

This commit is contained in:
Victor Zverovich
2024-06-02 21:16:04 -07:00
parent 1ac9b317f2
commit c0029b9847
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# Format String Syntax
[Formatting functions](api.md) such as [`fmt::format`](api.md#format) and
[`fmt::print`]( api.md#print) use the same format string syntax described
in this section.
Formatting functions such as [`fmt::format`](api.md#format) and [`fmt::print`](
api.md#print) use the same format string syntax described in this section.
Format strings contain "replacement fields" surrounded by curly braces `{}`.
Anything that is not contained in braces is considered literal text, which is