Skip to content

Commit ed01467

Browse files
authored
Fixed typo in documentation in indexes.rs
1 parent 7588ae8 commit ed01467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use time::OffsetDateTime;
1111
///
1212
/// # Example
1313
///
14-
/// You can create an index remotly and, if that succeed, make an `Index` out of it.
14+
/// You can create an index remotely and, if that succeed, make an `Index` out of it.
1515
/// See the [`Client::create_index`] method.
1616
/// ```
1717
/// # use meilisearch_sdk::{client::*, indexes::*};

0 commit comments

Comments
 (0)