Skip to content

Commit 56ba49f

Browse files
Merge #562
562: Fix proximity precision codesample r=irevoire a=ellnix Noticed this while browsing documentation. Co-authored-by: ellnix <[email protected]>
2 parents f457d47 + 87dedf0 commit 56ba49f

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
@@ -1611,7 +1611,7 @@ search_parameter_guide_facet_stats_1: |-
16111611
get_proximity_precision_settings_1: |-
16121612
let proximity_precision: String = client
16131613
.index("books")
1614-
.get_typo_tolerance()
1614+
.get_proximity_precision()
16151615
.await
16161616
.unwrap();
16171617
update_proximity_precision_settings_1: |-

0 commit comments

Comments
 (0)