Fix small typo in the docs

This commit is contained in:
Pete Gadomski 2014-09-24 06:25:58 -04:00
parent 42de1ce260
commit c7efabc0cf

View File

@ -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]