Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/features.md')
-rw-r--r--doc/features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/features.md b/doc/features.md
index e73df888..b0834c46 100644
--- a/doc/features.md
+++ b/doc/features.md
@@ -65,7 +65,7 @@
## Stream
* Support `rapidjson::GenericStringBuffer` for storing the output JSON as string.
-* Support `rapidjson::FileReadStream`/`rapidjson::FileWriteStream` for input/output `FILE` object.
+* Support `rapidjson::FileReadStream` and `rapidjson::FileWriteStream` for input/output `FILE` object.
* Support custom streams.
## Memory