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

@ -144,7 +144,7 @@ impl Select {
}
}
/// Waits for an event on this port set. The returned valus is *not* and
/// Waits for an event on this port set. The returned value is *not* an
/// index, but rather an id. This id can be queried against any active
/// `Handle` structures (each one has an `id` method). The handle with
/// the matching `id` will have some sort of event available on it. The