Fix typos in comments and tests (#972)

This commit is contained in:
Oleksandr Redko
2024-11-16 18:30:13 +02:00
committed by GitHub
parent af236b689f
commit 923b2ab478
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func rmTag(typedJson interface{}) (interface{}, error) {
}
return m, nil
// Array: remove tags from all itenm.
// Array: remove tags from all items.
case []interface{}:
a := make([]interface{}, len(v))
for i := range v {