chore: fix spelling mistakes (#4858)

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2022-07-25 07:26:01 +00:00
committed by GitHub
parent 94a7eaed51
commit f3e340a35b
26 changed files with 42 additions and 42 deletions
@@ -80,7 +80,7 @@ fn drop_token_no_child() {
}
#[test]
fn drop_token_with_childs() {
fn drop_token_with_children() {
loom::model(|| {
let token1 = CancellationToken::new();
let child_token1 = token1.child_token();