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

View File

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