Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 29, 2023
1 parent 8c520b4 commit c64edcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit c64edcd

Please sign in to comment.