From 4a53d7dd781040623d1b53176096140ac85d4f0f Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 17 Nov 2023 10:09:45 +0100 Subject: [PATCH] Fixing typos --- gjson.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjson.go b/gjson.go index 779fe61..336fe95 100644 --- a/gjson.go +++ b/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: //