diff --git a/README.rst b/README.rst index 75088e6e..0371a5a4 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Features * Write API similar to the one used by IOStreams but much faster and more consistent. * Format API with `format string syntax - `_ + `_ similar to the one used by `str.format `_ in Python. * Support for user-defined types. @@ -96,10 +96,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++