mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
arg_index -> arg_id
This commit is contained in:
@ -31,7 +31,7 @@ by a colon ``':'``. These specify a non-default format for the replacement valu
|
||||
|
||||
See also the :ref:`formatspec` section.
|
||||
|
||||
If the numerical arg_indexes in a format string are 0, 1, 2, ... in sequence,
|
||||
If the numerical arg_ids in a format string are 0, 1, 2, ... in sequence,
|
||||
they can all be omitted (not just some) and the numbers 0, 1, 2, ... will be
|
||||
automatically inserted in that order.
|
||||
|
||||
|
Reference in New Issue
Block a user