mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
cb2f8d9b02
The previous linking seemed confusing: within "the sum() method on iterators", "sum()" was linked to `Sum::sum`, not `Iterator::sum`, even though the sentence is talking about the latter. I have rewritten the sentence to be, I believe, clearer, as well as changing the link destinations; applying the same change to the `Product` documentation as well as `Sum`.