diff --git a/README.rst b/README.rst index afa7f6a3..62ad15fc 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Features similar to the one used by `str.format `_ in Python. * Safe `printf implementation - `_ + `_ including the POSIX extension for positional arguments. * Support for user-defined types. * High speed: performance of the format API is close to that of @@ -103,10 +103,10 @@ An object of any user-defined type for which there is an overloaded // s == "The date is 2012-12-9" You can use the `FMT_VARIADIC -`_ +`_ macro to create your own functions similar to `format -`_ and -`print `_ +`_ and +`print `_ which take arbitrary arguments: .. code:: c++