Skip to content

Commit 34665ae

Browse files
authored
Correct typo in sax_interface.md (#4679)
binary -> binary_t Signed-off-by: Robert Chisholm <[email protected]>
1 parent f3dc468 commit 34665ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/features/parsing/sax_interface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bool number_float(number_float_t val, const string_t& s);
4646
// called when a string is parsed; value is passed and can be safely moved away
4747
bool string(string_t& val);
4848
// called when a binary value is parsed; value is passed and can be safely moved away
49-
bool binary(binary& val);
49+
bool binary(binary_t& val);
5050

5151
// called when an object or array begins or ends, resp. The number of elements is passed (or -1 if not known)
5252
bool start_object(std::size_t elements);

0 commit comments

Comments
 (0)