Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Aug 20, 2024
1 parent b353ed2 commit 616adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ reset_search_cutoff_1: |-
get_dictionary_1: |-
client.Index("books").GetDictionary()
update_dictionary_1: |-
client.Index("books").UpdateSeparatorTokens([]string{
client.Index("books").UpdateDictionary([]string{
"J. R. R.",
"W. E. B.",
})
Expand Down

0 comments on commit 616adbe

Please sign in to comment.