mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
fix typo in docstring
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
4cb2c6ef1e
commit
1e310ecc7d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user