diff options
| author | nwin <nwin@users.noreply.github.com> | 2015-04-23 21:26:34 +0200 |
|---|---|---|
| committer | nwin <nwin@users.noreply.github.com> | 2015-04-23 21:26:34 +0200 |
| commit | 99fd7f213183bcf421ac881663ef2913ac4466b4 (patch) | |
| tree | 0d3f56db1430017ae6df345901d6fb9d2d13a7e8 /src | |
| parent | a8f5989afbd32d76f65847e64f947851d3fc0059 (diff) | |
| download | rust-99fd7f213183bcf421ac881663ef2913ac4466b4.tar.gz rust-99fd7f213183bcf421ac881663ef2913ac4466b4.zip | |
typo 2
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/reference.md | 2 |
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 |
