rust/src/libstd/comm
Andrew Wagner 8fcc832198 Standardize some usages of "which" in docstrings
In US english, "that" is used in restrictive clauses in place of
"which", and often affects the meaning of sentences.

In UK english and many dialects, no distinction is
made.

While Rust devs want to avoid unproductive pedanticism, it is worth at
least being uniform in documentation such as:

http://doc.rust-lang.org/std/iter/index.html

and also in cases where correct usage of US english clarifies the
sentence.
2014-12-15 10:50:42 +01:00
..
mod.rs Standardize some usages of "which" in docstrings 2014-12-15 10:50:42 +01:00
mpsc_queue.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
oneshot.rs
select.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
shared.rs Fall out of the std::sync rewrite 2014-12-05 09:12:25 -08:00
spsc_queue.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
stream.rs Fall out of the std::sync rewrite 2014-12-05 09:12:25 -08:00
sync.rs