diff --git a/src/libcore/kinds.rs b/src/libcore/kinds.rs index aa25b0e88cc..1a448b8e1d8 100644 --- a/src/libcore/kinds.rs +++ b/src/libcore/kinds.rs @@ -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.