Skip to content

Commit

Permalink
Merge pull request mattbaird#254 from shawnps/patch-3
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mattbaird committed Feb 3, 2016
2 parents e842972 + ac1a489 commit 1b33f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/baserequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (e ESError) Error() string {
return fmt.Sprintf("%v: %v [%v]", e.When, e.What, e.Code)
}

// Exists allows the caller to check for the existance of a document using HEAD
// Exists allows the caller to check for the existence of a document using HEAD
// This appears to be broken in the current version of elasticsearch 0.19.10, currently
// returning nothing
func (c *Conn) Exists(index string, _type string, id string, args map[string]interface{}) (BaseResponse, error) {
Expand Down

0 comments on commit 1b33f0c

Please sign in to comment.