Skip to content

Commit 83f149e

Browse files
authored
Merge pull request Tencent#1148 from lelit/fix-filewritestream-doc
Fix FileWriteStream doc
2 parents a7f687f + 20d44d9 commit 83f149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rapidjson/filewritestream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RAPIDJSON_DIAG_OFF(unreachable-code)
2525

2626
RAPIDJSON_NAMESPACE_BEGIN
2727

28-
//! Wrapper of C file stream for input using fread().
28+
//! Wrapper of C file stream for output using fwrite().
2929
/*!
3030
\note implements Stream concept
3131
*/

0 commit comments

Comments
 (0)