summaryrefslogtreecommitdiff
path: root/vendor/github.com/jmespath
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-02-07 18:50:16 -0500
committerDave Henderson <dhenderson@gmail.com>2019-02-07 18:50:16 -0500
commit0bcd783a71a57212bee74c0adf31b0f8adc67eea (patch)
tree4f3565804078e0d4c39da57cb41518ab7c3171bb /vendor/github.com/jmespath
parent8a13b82081d98e7c425251daf0c4f58d363107e1 (diff)
Updating deps
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'vendor/github.com/jmespath')
-rw-r--r--vendor/github.com/jmespath/go-jmespath/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/jmespath/go-jmespath/api.go b/vendor/github.com/jmespath/go-jmespath/api.go
index 9cfa988b..8e26ffee 100644
--- a/vendor/github.com/jmespath/go-jmespath/api.go
+++ b/vendor/github.com/jmespath/go-jmespath/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 epresentation of a compiled JMES path query. A JMESPath is
// safe for concurrent use by multiple goroutines.
type JMESPath struct {
ast ASTNode