Skip to content

Commit c57d0b2

Browse files
Update src/settings.rs
Co-authored-by: Tamo <[email protected]>
1 parent f4361c4 commit c57d0b2

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
@@ -837,7 +837,8 @@ impl<Http: HttpClient> Index<Http> {
837837
)
838838
.await
839839
}
840-
/// Get [separator token](https://www.meilisearch.com/docs/reference/api/settings#separator-tokens) of the [Index].
840+
841+
/// Get [separator token](https://www.meilisearch.com/docs/reference/api/settings#separator-tokens) of the [Index].
841842
///
842843
/// ```
843844
/// # use meilisearch_sdk::{client::*, indexes::*};

0 commit comments

Comments
 (0)