From d67eb8af2f75f751cf7a0946c40938a0e4f3a701 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 10 May 2016 11:07:53 -0700 Subject: [PATCH] Correct docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 6ee68b5e..24b5d633 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -145,7 +145,7 @@ The write API provides classes for writing formatted data into character streams. It is usually faster than the `format API`_ but, as IOStreams, may result in larger compiled code size. The main writer class is `~fmt::BasicMemoryWriter` which stores its output in a memory buffer and provides -direct access to it. It is possible to write create custom writers that +direct access to it. It is possible to create custom writers that store output elsewhere by subclassing `~fmt::BasicWriter`. .. doxygenclass:: fmt::BasicWriter