mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix typo in docstring
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
4cb2c6ef1e
commit
1e310ecc7d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue