Skip to content

Commit

Permalink
Fix spacing in example comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
xales committed Jan 25, 2014
1 parent caabbb8 commit 5d2ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide-lifetimes.md
Expand Up @@ -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) // | |
Expand Down

5 comments on commit 5d2ef31

@bors
Copy link
Contributor

@bors bors commented on 5d2ef31 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr
at xales@5d2ef31

@bors
Copy link
Contributor

@bors bors commented on 5d2ef31 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging xales/rust/master = 5d2ef31 into auto

@bors
Copy link
Contributor

@bors bors commented on 5d2ef31 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xales/rust/master = 5d2ef31 merged ok, testing candidate = 60260b6

@bors
Copy link
Contributor

@bors bors commented on 5d2ef31 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 5d2ef31 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 60260b6

Please sign in to comment.