mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Fix grammar.
This commit is contained in:
parent
cc6af50514
commit
dd32508ce6
@ -55,7 +55,7 @@ Arguments can be accessed by position and arguments' indices can be repeated:
|
||||
std::string s = str(fmt::Format("{0}{1}{0}") << "abra" << "cad");
|
||||
// s == "abracadabra"
|
||||
|
||||
Format can be used as a safe portable replacement to ``itoa``:
|
||||
Format can be used as a safe portable replacement for ``itoa``:
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user