Fix small typo in kinds documentation

This commit is contained in:
Andrew Dunham 2012-11-30 15:39:44 -05:00
parent 38ba2c4941
commit e19d8f7ae5

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.