From c7efabc0cfa3d0411fdabe50a9d72427707c862a Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 24 Sep 2014 06:25:58 -0400 Subject: [PATCH] Fix small typo in the docs --- doc/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stream.md b/doc/stream.md index 85b26b8..94bc10d 100644 --- a/doc/stream.md +++ b/doc/stream.md @@ -1,6 +1,6 @@ # Stream -In RapidJSON, `rapidjson::Stream` is a concept for reading/writing JSON. Here we first show how to use streams provided. And then see how to create a custom streams. +In RapidJSON, `rapidjson::Stream` is a concept for reading/writing JSON. Here we first show how to use streams provided. And then see how to create a custom stream. [TOC]