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 616adbe commit 1014867
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 @@ -907,7 +907,7 @@ update_dictionary_1: |-
reset_dictionary_1: |-
client.Index("books").ResetDictionary()
get_separator_tokens_1: |-
client.Index("books").GetSeparatorTokens()
client.Index("articles").GetSeparatorTokens()
update_separator_tokens_1: |-
client.Index("articles").UpdateSeparatorTokens([]string{
"|",
Expand Down

0 comments on commit 1014867

Please sign in to comment.