From e19d8f7ae536c56d8462531f6574f6b0fe02484a Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Fri, 30 Nov 2012 15:39:44 -0500 Subject: [PATCH] Fix small typo in kinds documentation --- src/libcore/kinds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.