From ee301599b18f93b8aeb35e9dabbeec098360a021 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 28 Mar 2025 11:53:07 -0400 Subject: [PATCH] Update basics.md --- doc/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/basics.md b/doc/basics.md index b13df794b..eb8f14267 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -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: