Skip to content

Commit

Permalink
Merge pull request #163 from Jalitha/patch-1
Browse files Browse the repository at this point in the history
Fix typo in .Get comment
  • Loading branch information
tidwall committed Nov 4, 2020
2 parents 140bf12 + 65616e6 commit 20b6add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gjson.go
Expand Up @@ -1835,7 +1835,7 @@ type parseContext struct {
// A path is in dot syntax, such as "name.last" or "age".
// When the value is found it's returned immediately.
//
// A path is a series of keys searated by a dot.
// A path is a series of keys separated by a dot.
// A key may contain special wildcard characters '*' and '?'.
// To access an array value use the index as the key.
// To get the number of elements in an array or to access a child path, use
Expand Down

0 comments on commit 20b6add

Please sign in to comment.