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
6 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ impl TaskEvent {
/// A task represents an operation that Meilisearch must do.
/// It's stored on disk and executed from the lowest to highest Task id.
/// Everytime a new task is created it has a higher Task id than the previous one.
/// Every time a new task is created it has a higher Task id than the previous one.
/// See also `Job`.
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]