Skip to content

Commit 87dedf0

Browse files
committed
Fix proximity precision codesample
1 parent f457d47 commit 87dedf0

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)