Spellcheck library docs.

This commit is contained in:
Huon Wilson 2014-02-17 22:53:45 +11:00
parent c8489069b4
commit 6555b04dd2
10 changed files with 14 additions and 15 deletions

View file

@ -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 {
}
}
}