Skip to content

Commit

Permalink
Auto merge of #24016 - aquach:master, r=Manishearth
Browse files Browse the repository at this point in the history
Ran across this one while learning from the Book.
  • Loading branch information
bors committed Apr 4, 2015
2 parents b8a0273 + c3b27be commit 1169693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/method-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl CircleBuilder {
}
fn y(&mut self, coordinate: f64) -> &mut CircleBuilder {
self.x = coordinate;
self.y = coordinate;
self
}
Expand Down

0 comments on commit 1169693

Please sign in to comment.