fix typo in docstring

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
ad hoc 2022-05-30 14:34:49 +02:00 committed by GitHub
parent 4cb2c6ef1e
commit 1e310ecc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ impl TaskEvent {
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]
pub struct Task {
pub id: TaskId,
/// The name of the index the task is targeting. If it isn't targeting any idex (i.e Dump task)
/// The name of the index the task is targeting. If it isn't targeting any index (i.e Dump task)
/// then this is None
// TODO: when next forward breaking dumps, it would be a good idea to move this field inside of
// the TaskContent.