Update basics.md

This commit is contained in:
Daniel Lemire
2025-03-28 11:53:07 -04:00
committed by GitHub
parent 7382dc2be8
commit ee301599b1
+1 -1
View File
@@ -1257,7 +1257,7 @@ You may also conditionally fill in `std::optional` values.
// error is simdjson::SUCCESS
```
You can also deserialized to map-like types with keys that can be constructed
You can also deserialize to map-like types with keys that can be constructed
from `std::string_view` instances: