From 1e310ecc7d1600c171187c6f23e176825331185b Mon Sep 17 00:00:00 2001 From: ad hoc Date: Mon, 30 May 2022 14:34:49 +0200 Subject: [PATCH] fix typo in docstring Co-authored-by: Tamo --- meilisearch-lib/src/tasks/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-lib/src/tasks/task.rs b/meilisearch-lib/src/tasks/task.rs index 0e0aa8af2..0499d9702 100644 --- a/meilisearch-lib/src/tasks/task.rs +++ b/meilisearch-lib/src/tasks/task.rs @@ -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.