From 6088c18c6ba263fae09a19f92fc8654b80e8a14d Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Thu, 5 Sep 2019 08:55:40 +0900 Subject: [PATCH] Fix typo --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 8e26ffe..010efe9 100644 --- a/api.go +++ b/api.go @@ -2,7 +2,7 @@ package jmespath import "strconv" -// JMESPath is the epresentation of a compiled JMES path query. A JMESPath is +// JMESPath is the representation of a compiled JMES path query. A JMESPath is // safe for concurrent use by multiple goroutines. type JMESPath struct { ast ASTNode