Skip to content

Commit

Permalink
Fixing copy/paste typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Quach committed Apr 3, 2015
1 parent 2615106 commit c5df38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/method-syntax.md
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 c5df38e

Please sign in to comment.