mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Minor typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user