aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-02 07:29:38 -0700
committerVictor Zverovich <viz@fb.com>2020-07-02 07:29:38 -0700
commit1f3f84631cf696525fd472fd486aefab58665f9e (patch)
treeefc3ed8552f477df0d2e4601a43887a6ce6d199f /doc
parent5de62af604a5ada7bb1de579227210423976b092 (diff)
downloadfmtlib-1f3f84631cf696525fd472fd486aefab58665f9e.tar.gz
Fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index d02ab0b0..59dc6652 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -22,7 +22,7 @@ Format API
----------
The format API is similar in spirit to the C ``printf`` family of function but
-is safer, simpler and serveral times `faster
+is safer, simpler and several times `faster
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_
than common standard library implementations.
The `format string syntax <syntax.html>`_ is similar to the one used by