Merge pull request #154 from gadomski/doc-typo

Fix small typo in the docs
This commit is contained in:
Milo Yip 2014-09-24 18:41:32 +08:00
commit a2354cd745

View File

@ -1,6 +1,6 @@
# Stream # 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] [TOC]