Skip to content

Commit 0f3bf99

Browse files
StilesCrisisStilesCrisis
authored andcommitted
Tiny fix
Make example code var names match API above for consistency
1 parent 5c2bb18 commit 0f3bf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Here is an example of iteratively parsing JSON, token by token:
192192
~~~~~~~~~~cpp
193193
reader.IterativeParseInit();
194194
while (!reader.IterativeParseComplete()) {
195-
reader.IterativeParseNext<kParseDefaultFlags>(ss, handler);
195+
reader.IterativeParseNext<kParseDefaultFlags>(is, handler);
196196
// Your handler has been called once.
197197
}
198198
~~~~~~~~~~

0 commit comments

Comments
 (0)