From 616adbe4b26a6e0a49d08df77194f19fcb03cd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Tue, 20 Aug 2024 17:27:52 +0200 Subject: [PATCH] Update .code-samples.meilisearch.yaml --- .code-samples.meilisearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index ee858608..9cd2d17a 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -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.", })