We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4361c4 commit c57d0b2Copy full SHA for c57d0b2
src/settings.rs
@@ -837,7 +837,8 @@ impl<Http: HttpClient> Index<Http> {
837
)
838
.await
839
}
840
- /// Get [separator token](https://www.meilisearch.com/docs/reference/api/settings#separator-tokens) of the [Index].
+
841
+ /// Get [separator token](https://www.meilisearch.com/docs/reference/api/settings#separator-tokens) of the [Index].
842
///
843
/// ```
844
/// # use meilisearch_sdk::{client::*, indexes::*};
0 commit comments