]> git.lizzy.rs Git - rust.git/commit
Auto merge of #29950 - fhahn:small-doc-fix-rename-var, r=bluss
authorbors <bors@rust-lang.org>
Fri, 20 Nov 2015 12:30:00 +0000 (12:30 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Nov 2015 12:30:00 +0000 (12:30 +0000)
commite5f8a3dd028c997748ec8b903e41277102819bf4
tree8f6592d83020542e5eabf847a6af2e0a0f783b0f
parentf8827f527560a5ddea50a213440a89d3bff2bfea
parent755caf9ff7e6ae242c48dbd28bfd6e5c3f070f97
Auto merge of #29950 - fhahn:small-doc-fix-rename-var, r=bluss

This tiny PR renames the result variable in HashSet's `intersection` example from `diff` to `intersection` and the same for `union`, which seem more appropriate.