Skip to content

Commit 29ee989

Browse files
authored
Fix some typos (#1602)
Signed-off-by: cuishuang <[email protected]>
1 parent acdec24 commit 29ee989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

delete_by_query.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,6 @@ type bulkIndexByScrollResponseFailure struct {
787787
Status int `json:"status,omitempty"`
788788
Shard int `json:"shard,omitempty"`
789789
Node int `json:"node,omitempty"`
790-
// TOOD "cause" contains exception details
791-
// TOOD "reason" contains exception details
790+
// TODO "cause" contains exception details
791+
// TODO "reason" contains exception details
792792
}

recipes/suggesters/completion/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var (
6969
"Paris",
7070
"Stockholm",
7171
"Rome",
72-
"Valetta",
72+
"Valletta",
7373
"Vienna",
7474
}
7575
)

0 commit comments

Comments
 (0)