Skip to content

Commit 80c1b3e

Browse files
bors[bot]dichotommyalallema
authored
Merge #267
267: Update .code-samples.meilisearch.yaml r=alallema a=dichotommy Make `update_an_index_1` consistent w/ this code sample in other SDKs. See [this issue](meilisearch/documentation#471 (comment)). Co-authored-by: Tommy <[email protected]> Co-authored-by: Amélie <[email protected]>
2 parents 5ababbf + 4a69cf2 commit 80c1b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ create_an_index_1: |-
1313
PrimaryKey: "movie_id",
1414
})
1515
update_an_index_1: |-
16-
client.Index("movie_review").UpdateIndex("movie_review_id")
16+
client.Index("movies").UpdateIndex("movie_review_id")
1717
delete_an_index_1: |-
1818
client.DeleteIndex("movies")
1919
// OR

0 commit comments

Comments
 (0)