Skip to content

Commit 937768d

Browse files
YuyaAboCorey Daley
andauthored
fix misspell (#192)
~Fixes #~ **Summary of Changes** 1. fixed misspell `ommited` -> `omitted` > PS: Make sure your PR includes/updates tests! If you need help with this part, just ask! Co-authored-by: Corey Daley <[email protected]>
1 parent 212775c commit 937768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func valsExist(t *testing.T, key string, expect []string, result map[string][]st
315315

316316
func valNotExists(t *testing.T, key string, result map[string][]string) {
317317
if val, ok := result[key]; ok {
318-
t.Error("Key not ommited. Expected: empty; got: " + val[0] + ".")
318+
t.Error("Key not omitted. Expected: empty; got: " + val[0] + ".")
319319
}
320320
}
321321

0 commit comments

Comments
 (0)