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

index 1b8525dde8cc5c0e8df4e8bc014cf568769cf733..af6db58c7e03a5dafd0c5ee7bf7499070343cd77 100644 (file)
@@ -3685,7 +3685,7 @@ fn main() {
 }
 ```
 
-In this example, the trait `Printable` occurs as an trait object in both the
+In this example, the trait `Printable` occurs as a trait object in both the
 type signature of `print`, and the cast expression in `main`.
 
 ### Type parameters