mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-07 10:19:56 +08:00
Fix formatting and grammar in api.md
Corrected formatting and grammar in the API documentation.
This commit is contained in:
parent
2b8db41411
commit
66a0d0231b
@ -23,7 +23,7 @@ and macros have prefix `FMT_`.
|
|||||||
## Base API
|
## Base API
|
||||||
|
|
||||||
`fmt/base.h` defines the base API which provides main formatting functions
|
`fmt/base.h` defines the base API which provides main formatting functions
|
||||||
for `char`/UTF-8, with C++20 compile-time checks. It has minimal include
|
for `char`/UTF-8 with C++20 compile-time checks. It has minimal include
|
||||||
dependencies for better compile times. This header is only beneficial when
|
dependencies for better compile times. This header is only beneficial when
|
||||||
using {fmt} as a library (the default) and not in the header-only mode.
|
using {fmt} as a library (the default) and not in the header-only mode.
|
||||||
It also provides `formatter` specializations for the following types:
|
It also provides `formatter` specializations for the following types:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user