Fix grammar

This commit is contained in:
Victor Zverovich 2023-12-29 15:51:16 -08:00
parent 8c520b4fdc
commit c64edcd325
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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::