Spellcheck library docs.
This commit is contained in:
parent
c8489069b4
commit
6555b04dd2
10 changed files with 14 additions and 15 deletions
|
|
@ -104,7 +104,7 @@ impl<T: Send> Queue<T> {
|
|||
///
|
||||
/// Note that the current implementation means that this function cannot
|
||||
/// return `Option<T>`. It is possible for this queue to be in an
|
||||
/// inconsistent state where many pushes have suceeded and completely
|
||||
/// inconsistent state where many pushes have succeeded and completely
|
||||
/// finished, but pops cannot return `Some(t)`. This inconsistent state
|
||||
/// happens when a pusher is pre-empted at an inopportune moment.
|
||||
///
|
||||
|
|
@ -203,4 +203,3 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue