Fixing copy/paste typo.

This commit is contained in:
Alex Quach 2015-04-03 11:17:15 -07:00
parent 2615106a46
commit c5df38efa3
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
}