mirror of https://github.com/tidwall/gjson.git
Fixing typos
This commit is contained in:
parent
5ab551f3ac
commit
4a53d7dd78
2
gjson.go
2
gjson.go
|
@ -2204,7 +2204,7 @@ func unescape(json string) string {
|
|||
return string(str)
|
||||
}
|
||||
|
||||
// Less return true if a token is less than another token.
|
||||
// Less returns true if a token is less than another token.
|
||||
// The caseSensitive parameter is used when the tokens are Strings.
|
||||
// The order when comparing two different type is:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue