about summary refs log tree commit diff
diff options
context:
space:
mode:
authornwin <nwin@users.noreply.github.com>2015-04-23 21:26:34 +0200
committernwin <nwin@users.noreply.github.com>2015-04-23 21:26:34 +0200
commit99fd7f213183bcf421ac881663ef2913ac4466b4 (patch)
tree0d3f56db1430017ae6df345901d6fb9d2d13a7e8
parenta8f5989afbd32d76f65847e64f947851d3fc0059 (diff)
downloadrust-99fd7f213183bcf421ac881663ef2913ac4466b4.tar.gz
rust-99fd7f213183bcf421ac881663ef2913ac4466b4.zip
typo 2
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 1b8525dde8c..af6db58c7e0 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -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