Skip to content

Commit

Permalink
Merge #533
Browse files Browse the repository at this point in the history
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 <62384233+korir248@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and korir248 authored Oct 23, 2023
2 parents 7588ae8 + ed01467 commit 35a0048
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 35a0048

Please sign in to comment.