]> git.lizzy.rs Git - rust.git/commitdiff
typo
authornwin <nwin@users.noreply.github.com>
Thu, 23 Apr 2015 19:25:09 +0000 (21:25 +0200)
committernwin <nwin@users.noreply.github.com>
Thu, 23 Apr 2015 19:25:09 +0000 (21:25 +0200)
src/doc/reference.md

index a43fca7c19d6f4f57a79d970acba6e2ffddd6e4f..1b8525dde8cc5c0e8df4e8bc014cf568769cf733 100644 (file)
@@ -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 {