mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
docs: Readability improvements in tasks/
Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
parent
053071d866
commit
71bf9b5b9b
6 changed files with 6 additions and 6 deletions
|
@ -122,7 +122,7 @@ impl TaskStore {
|
|||
}
|
||||
|
||||
/// This methods takes a `Processing` which contains the next task ids to process, and returns
|
||||
/// the coresponding tasks along with the ownership to the passed processing.
|
||||
/// the corresponding tasks along with the ownership to the passed processing.
|
||||
///
|
||||
/// We need get_processing_tasks to take ownership over `Processing` because we need it to be
|
||||
/// valid for 'static.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue