Skip to content

Commit

Permalink
Rollup merge of #23804 - dnwade:patch-1, r=Manishearth
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 28, 2015
2 parents 5eb4be4 + aaf74d1 commit 95f4061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ impl Foo for OverrideDefault {
}

let default = UseDefault;
default.baz(); // prints "We called bar."
default.baz(); // prints "We called baz."

let over = OverrideDefault;
over.baz(); // prints "Override baz!"
Expand Down

0 comments on commit 95f4061

Please sign in to comment.