Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwin committed Apr 23, 2015
1 parent efb457b commit a8f5989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -3665,7 +3665,7 @@ implements trait `R`, casting `E` to the corresponding pointer type `&R` or
represented as a pair of pointers: the vtable pointer for the `T`
implementation of `R`, and the pointer value of `E`.

An example of an trait object:
An example of a trait object:

```
trait Printable {
Expand Down

0 comments on commit a8f5989

Please sign in to comment.