Update libs/flags/json_flag.go

Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
This commit is contained in:
Andrew Nester 2024-10-08 13:30:13 +02:00 committed by GitHub
parent b0aeee5134
commit dbb3c2b8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (j *JsonFlag) Unmarshal(v any) error {
// First normalize the input data.
// It will convert all the values to the correct types.
// For example string lterals for booleans and integers will be converted to the correct types.
// For example string literals for booleans and integers will be converted to the correct types.
nv, diags := convert.Normalize(v, dv)
if len(diags) > 0 {
summary := ""