commit | d7b17fb5b004a877f13272d350c577b531486bdc | [log] [tgz] |
---|---|---|
author | Stjepan Glavina <stjepang@gmail.com> | Tue Apr 14 14:38:57 2020 +0200 |
committer | Stjepan Glavina <stjepang@gmail.com> | Tue Apr 14 14:38:57 2020 +0200 |
tree | a79947c8593c2d2c25374cc54555965b3690e0dc | |
parent | fad623a06dc0fef34149bb473db9dc31fa99b4d3 [diff] [blame] |
Docs and grammar
diff --git a/src/header.rs b/src/header.rs index 5d808c7..a559e48 100644 --- a/src/header.rs +++ b/src/header.rs
@@ -38,7 +38,7 @@ let mut state = self.state.load(Ordering::Acquire); loop { - // If the task has been completed or closed, it can't be cancelled. + // If the task has been completed or closed, it can't be canceled. if state & (COMPLETED | CLOSED) != 0 { break; }