We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdec24 commit 29ee989Copy full SHA for 29ee989
delete_by_query.go
@@ -787,6 +787,6 @@ type bulkIndexByScrollResponseFailure struct {
787
Status int `json:"status,omitempty"`
788
Shard int `json:"shard,omitempty"`
789
Node int `json:"node,omitempty"`
790
- // TOOD "cause" contains exception details
791
- // TOOD "reason" contains exception details
+ // TODO "cause" contains exception details
+ // TODO "reason" contains exception details
792
}
recipes/suggesters/completion/main.go
@@ -69,7 +69,7 @@ var (
69
"Paris",
70
"Stockholm",
71
"Rome",
72
- "Valetta",
+ "Valletta",
73
"Vienna",
74
75
)
0 commit comments