Merge pull request #163 from Jalitha/patch-1

Fix typo in .Get comment
This commit is contained in:
Josh Baker 2020-11-04 15:12:32 -07:00 committed by GitHub
commit 20b6add63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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