From 99fd7f213183bcf421ac881663ef2913ac4466b4 Mon Sep 17 00:00:00 2001 From: nwin Date: Thu, 23 Apr 2015 21:26:34 +0200 Subject: [PATCH] typo 2 --- src/doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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