Skip to content

Commit 35a0048

Browse files
Merge #533
533: Fixed typo in code documentation in indexes.rs changing `remotly` to `remotely` r=curquiza a=korir248 # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Eugene Korir <[email protected]>
2 parents 7588ae8 + ed01467 commit 35a0048

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)