From e882db900d2a7e34d0c1e14244bb6d9e78e124bc Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 29 Jun 2014 12:01:23 -0700 Subject: [PATCH] Fix rendering. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aaba5f86..34408b5f 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ which take arbitrary arguments: ReportError("File not found: {}", path); Note that you only need to define one function that takes ``const fmt::ArgList &`` -argument and `FMT_VARIADIC` automatically defines necessary wrappers that +argument and ``FMT_VARIADIC`` automatically defines necessary wrappers that accept variable number of arguments. These wrappers are simple inline functions that are very fast and don't result in code bloat.