Fix formatting and grammar in api.md

Corrected formatting and grammar in the API documentation.
This commit is contained in:
ssszcmawo 2026-02-05 02:05:57 +01:00 committed by GitHub
parent 2b8db41411
commit 66a0d0231b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ and macros have prefix `FMT_`.
## Base API
`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
using {fmt} as a library (the default) and not in the header-only mode.
It also provides `formatter` specializations for the following types: