Skip to content

Commit 51f52dc

Browse files
omidbidoubiwa
andauthored
Update src/settings.rs
Co-authored-by: cvermand <[email protected]>
1 parent 9c56ee1 commit 51f52dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/settings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,8 @@ impl Index {
618618
/// let client = Client::new(MEILISEARCH_HOST, Some(MEILISEARCH_API_KEY));
619619
/// # client.create_index("get_typo_tolerance", None).await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
620620
/// let index = client.index("get_typo_tolerance");
621-
/// let typotolerance = index.get_typo_tolerance().await.unwrap();
621+
///
622+
/// let typo_tolerance = index.get_typo_tolerance().await.unwrap();
622623
/// # index.delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
623624
/// # });
624625
/// ```

0 commit comments

Comments
 (0)