Skip to content

Commit

Permalink
Merge #562
Browse files Browse the repository at this point in the history
562: Fix proximity precision codesample r=irevoire a=ellnix

Noticed this while browsing documentation.

Co-authored-by: ellnix <103502144+ellnix@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and ellnix authored Apr 8, 2024
2 parents f457d47 + 87dedf0 commit 56ba49f
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 @@ -1611,7 +1611,7 @@ search_parameter_guide_facet_stats_1: |-
get_proximity_precision_settings_1: |-
let proximity_precision: String = client
.index("books")
.get_typo_tolerance()
.get_proximity_precision()
.await
.unwrap();
update_proximity_precision_settings_1: |-
Expand Down

0 comments on commit 56ba49f

Please sign in to comment.