Minor typo.

This commit is contained in:
Daniel Lemire
2020-03-22 12:39:01 -04:00
parent 5750a173ff
commit 2867dc50fa
+1 -1
View File
@@ -35,7 +35,7 @@ namespace simdjson {
* to a char* and to the number of bytes respectively.
* The simdjson parser may read up to SIMDJSON_PADDING bytes beyond the end
* of the string, so if you do not use a padded_string container,
* you have the responsability to overallocated. If you fail to
* you have the responsability to overallocate. If you fail to
* do so, your software may crash if you cross a page boundary,
* and you should expect memory checkers to object.
* Most users should use a simdjson::padded_string.