Skip to content

Commit

Permalink
book: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwade committed Mar 28, 2015
1 parent 9f9e251 commit aaf74d1
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 aaf74d1

Please sign in to comment.