Auto merge of #24016 - aquach:master, r=Manishearth

Ran across this one while learning from the Book.
This commit is contained in:
bors 2015-04-04 21:19:31 +00:00
commit 1169693f03
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ impl CircleBuilder {
}
fn y(&mut self, coordinate: f64) -> &mut CircleBuilder {
self.x = coordinate;
self.y = coordinate;
self
}