Skip to content

Commit

Permalink
Port documentation fix from #407
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Aug 13, 2015
1 parent 3517aca commit 3cf7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ std::stringstream ss(json);
IStreamWrapper is(ss);

Document d;
d.Parse(is);
d.ParseStream(is);
~~~~~~~~~~
Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due to internal overheads of the standard library.
Expand Down

0 comments on commit 3cf7228

Please # to comment.