Skip to content

Commit

Permalink
Fix a comment that was bugging me
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Dec 13, 2022
1 parent f520059 commit d823392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/numorstr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d823392

Please sign in to comment.