Skip to content

Commit 2867dc5

Browse files
committed
Minor typo.
1 parent 5750a17 commit 2867dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/simdjson/jsonstream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace simdjson {
3535
* to a char* and to the number of bytes respectively.
3636
* The simdjson parser may read up to SIMDJSON_PADDING bytes beyond the end
3737
* of the string, so if you do not use a padded_string container,
38-
* you have the responsability to overallocated. If you fail to
38+
* you have the responsability to overallocate. If you fail to
3939
* do so, your software may crash if you cross a page boundary,
4040
* and you should expect memory checkers to object.
4141
* Most users should use a simdjson::padded_string.

0 commit comments

Comments
 (0)