Skip to content

Commit 20d44d9

Browse files
committed
Fix FileWriteStream doc
1 parent 802ece6 commit 20d44d9

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)