From d8329d56f943b383f30877ebfb24603f3910673b Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Tue, 29 Nov 2022 04:07:50 +0900 Subject: [PATCH] Update path.go --- path.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/path.go b/path.go index 0b9c68cf..68bb5a23 100644 --- a/path.go +++ b/path.go @@ -16,7 +16,8 @@ import ( // [*] : all objects/elements for array. // // Reserved words must be properly escaped when included in Path. -// Escale Rule +// +// Escape Rule // single quote style escape: e.g.) `$['a.b'].c` // double quote style escape: e.g.) `$."a.b".c` func CreatePath(p string) (*Path, error) {