mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix grammar
This commit is contained in:
@@ -60,9 +60,9 @@
|
|||||||
|
|
||||||
Thanks @muggenhor.
|
Thanks @muggenhor.
|
||||||
|
|
||||||
- Added an experimental `nested_formatter` that provides an easy way applying
|
- Added an experimental `nested_formatter` that provides an easy way of
|
||||||
a formatter to one or more subobjects while automatically handling width,
|
applying a formatter to one or more subobjects while automatically handling
|
||||||
fill and alignment. For example:
|
width, fill and alignment. For example:
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
@@ -167,8 +167,8 @@ for example
|
|||||||
|
|
||||||
will return ``" blue"``.
|
will return ``" blue"``.
|
||||||
|
|
||||||
The experimental ``nested_formatter`` provides an easy way applying a formatter
|
The experimental ``nested_formatter`` provides an easy way of applying a
|
||||||
to one or more subobjects.
|
formatter to one or more subobjects.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user