Remove stray word in a comment
This commit is contained in:
parent
9b82580c73
commit
06e3552ad0
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
|
||||||
res = Err(e);
|
res = Err(e);
|
||||||
|
|
||||||
// Treat the underlying `Once` as poisoned since we
|
// Treat the underlying `Once` as poisoned since we
|
||||||
// failed to initialize our value. Calls
|
// failed to initialize our value.
|
||||||
p.poison();
|
p.poison();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue