Merge pull request #4085 from andrew-d/andrew-fix-typo

Fix small typo in kinds documentation
This commit is contained in:
Tim Chevalier 2012-11-30 12:48:28 -08:00
commit bde2dcc8d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*!
The kind traits
Rust types can be classified in vairous useful ways according to
Rust types can be classified in various useful ways according to
intrinsic properties of the type. These classifications, often called
'kinds', are represented as traits.