Minor update

This commit is contained in:
tidwall 2021-09-01 07:25:06 -07:00
parent 44b8c19d87
commit 807836a222
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ result.Str // holds the string
result.Num // holds the float64 number
result.Raw // holds the raw json
result.Index // index of raw value in original json, zero means index unknown
result.Indexes // Indexes of all the elements that match on a `#(...)#` query
result.Indexes // indexes of all the elements that match on a `#(...)#` query
```