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