1
Fork 0

Fix spacing in example comment.

This commit is contained in:
xales 2014-01-25 11:16:55 -05:00
parent caabbb8388
commit 5d2ef31af9

View file

@ -597,7 +597,7 @@ example:
# }
// -+ r
fn select_based_on_unit_circle<'r, T>( // |-+ B
threshold: f64, a: &'r T, b: &'r T) -> &'r T { // | |
threshold: f64, a: &'r T, b: &'r T) -> &'r T { // | |
// | |
let shape = Circle(Point {x: 0., y: 0.}, 1.); // | |
select(&shape, threshold, a, b) // | |