Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema authored and vitaut committed Jun 23, 2020
1 parent 613b3b4 commit 31c3a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ class dynamic_format_arg_store
public:
/**
\rst
Adds an argument into the dynamic store for later passing to a formating
Adds an argument into the dynamic store for later passing to a formatting
function.
Note that custom types and string types (but not string views) are copied
Expand All @@ -1550,7 +1550,7 @@ class dynamic_format_arg_store
/**
\rst
Adds a reference to the argument into the dynamic store for later passing to
a formating function. Supports named arguments wrapped in
a formatting function. Supports named arguments wrapped in
``std::reference_wrapper`` via ``std::ref()``/``std::cref()``.
**Example**::
Expand Down Expand Up @@ -1578,7 +1578,7 @@ class dynamic_format_arg_store
}

/**
Adds named argument into the dynamic store for later passing to a formating
Adds named argument into the dynamic store for later passing to a formatting
function. ``std::reference_wrapper`` is supported to avoid copying of the
argument.
*/
Expand Down

0 comments on commit 31c3a24

Please sign in to comment.