From d823392f39d1ec0e8f06221207632aecef0779d1 Mon Sep 17 00:00:00 2001 From: Jeremy Gustie Date: Tue, 13 Dec 2022 11:07:20 -0500 Subject: [PATCH] Fix a comment that was bugging me --- pkg/api/numorstr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/numorstr.go b/pkg/api/numorstr.go index 71a9444..1028ba1 100644 --- a/pkg/api/numorstr.go +++ b/pkg/api/numorstr.go @@ -24,7 +24,7 @@ import ( "strconv" ) -// NumberOrString is value that can a JSON number or string. +// NumberOrString is value that can be a JSON number or string. type NumberOrString struct { IsString bool NumVal json.Number