Skip to content

Commit

Permalink
Fixed typo in documentation in indexes.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
korir248 authored Oct 22, 2023
1 parent 7588ae8 commit ed01467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use time::OffsetDateTime;
///
/// # Example
///
/// 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.
/// See the [`Client::create_index`] method.
/// ```
/// # use meilisearch_sdk::{client::*, indexes::*};
Expand Down

0 comments on commit ed01467

Please sign in to comment.