Fixing typos

This commit is contained in:
Andreas Deininger 2023-11-17 10:09:45 +01:00
parent 5ab551f3ac
commit 4a53d7dd78
1 changed files with 1 additions and 1 deletions

View File

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