docs: Readability improvements in tasks/

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell 2022-06-14 20:38:45 -05:00
parent 053071d866
commit 71bf9b5b9b
No known key found for this signature in database
GPG key ID: 8A7DE15B3F4F5007
6 changed files with 6 additions and 6 deletions

View file

@ -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.