Merge pull request #1148 from lelit/fix-filewritestream-doc

Fix FileWriteStream doc
This commit is contained in:
Milo Yip 2018-01-03 17:15:00 +08:00 committed by GitHub
commit 83f149e70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ RAPIDJSON_DIAG_OFF(unreachable-code)
RAPIDJSON_NAMESPACE_BEGIN
//! Wrapper of C file stream for input using fread().
//! Wrapper of C file stream for output using fwrite().
/*!
\note implements Stream concept
*/