Skip to content

Commit

Permalink
Fix some typos (#1602)
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <imcusg@gmail.com>
  • Loading branch information
cuishuang committed Mar 23, 2022
1 parent acdec24 commit 29ee989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions delete_by_query.go
Expand Up @@ -787,6 +787,6 @@ type bulkIndexByScrollResponseFailure struct {
Status int `json:"status,omitempty"`
Shard int `json:"shard,omitempty"`
Node int `json:"node,omitempty"`
// TOOD "cause" contains exception details
// TOOD "reason" contains exception details
// TODO "cause" contains exception details
// TODO "reason" contains exception details
}
2 changes: 1 addition & 1 deletion recipes/suggesters/completion/main.go
Expand Up @@ -69,7 +69,7 @@ var (
"Paris",
"Stockholm",
"Rome",
"Valetta",
"Valletta",
"Vienna",
}
)
Expand Down

0 comments on commit 29ee989

Please sign in to comment.