Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Sep 4, 2019
1 parent c2b33e8 commit 6088c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Expand Up @@ -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
Expand Down

0 comments on commit 6088c18

Please sign in to comment.