From 47bfc8584c0be1eba63e6e238a9bad4a0c70fedc Mon Sep 17 00:00:00 2001 From: fredbi Date: Thu, 16 Jul 2026 13:34:28 +0200 Subject: [PATCH] Apply suggested fix to struct_example_test.go from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- struct_example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)