diff --git a/struct_example_test.go b/struct_example_test.go index 11c00fd..b6d75b5 100644 --- a/struct_example_test.go +++ b/struct_example_test.go @@ -79,7 +79,7 @@ func Example_struct() { } { - // exlicitly ignored by JSON tag. + // explicitly ignored by JSON tag. pointerI, _ := jsonpointer.New("/ignored") _, _, err := pointerI.Get(doc) fmt.Printf("ignored: %v\n", err)