Tweak docs
This commit is contained in:
+4
-4
@@ -20,11 +20,11 @@ The {fmt} library API consists of the following components:
|
||||
All functions and types provided by the library reside in namespace `fmt`
|
||||
and macros have prefix `FMT_`.
|
||||
|
||||
## C++ Modules API
|
||||
## C++ Module API
|
||||
|
||||
With the new C++ Modules API, all the headers listed above do not need to
|
||||
be explicitly #included. We can instead use the `import fmt;` statement instead.
|
||||
All other functionality, listed below remains the same.
|
||||
With the C++ module API, the headers listed above don't need to be included.
|
||||
You can use the `import fmt;` statement instead. All other functionality,
|
||||
listed below, remains the same.
|
||||
|
||||
## Base API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user