diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-11-30 12:48:28 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-11-30 12:48:28 -0800 |
| commit | bde2dcc8d502b2282d02271f10c2e436c7d26ba5 (patch) | |
| tree | fac9f54d3f99ab673715f676999ffe762d60479e | |
| parent | daf28a421aece474dfcd4c5185709ca789fe29e3 (diff) | |
| parent | e19d8f7ae536c56d8462531f6574f6b0fe02484a (diff) | |
| download | rust-bde2dcc8d502b2282d02271f10c2e436c7d26ba5.tar.gz rust-bde2dcc8d502b2282d02271f10c2e436c7d26ba5.zip | |
Merge pull request #4085 from andrew-d/andrew-fix-typo
Fix small typo in kinds documentation
| -rw-r--r-- | src/libcore/kinds.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
