We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7588ae8 commit ed01467Copy full SHA for ed01467
src/indexes.rs
@@ -11,7 +11,7 @@ use time::OffsetDateTime;
11
///
12
/// # Example
13
14
-/// You can create an index remotly and, if that succeed, make an `Index` out of it.
+/// You can create an index remotely and, if that succeed, make an `Index` out of it.
15
/// See the [`Client::create_index`] method.
16
/// ```
17
/// # use meilisearch_sdk::{client::*, indexes::*};
0 commit comments