Update method-syntax.md

doc copy error
r? @steveklabnik
This commit is contained in:
github-monoculture 2015-04-04 17:49:16 +00:00
parent 04e0125a58
commit 9b455f1799
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
}