mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Correcting typo.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
namespace simdjson {
|
||||
// low-level function to allocate memory with padding so we can read passed the
|
||||
// low-level function to allocate memory with padding so we can read past the
|
||||
// "length" bytes safely. if you must provide a pointer to some data, create it
|
||||
// with this function: length is the max. size in bytes of the string caller is
|
||||
// responsible to free the memory (free(...))
|
||||
|
||||
Reference in New Issue
Block a user