Skip to content

Commit bde2dcc

Browse files
committed
Merge pull request #4085 from andrew-d/andrew-fix-typo
Fix small typo in kinds documentation
2 parents daf28a4 + e19d8f7 commit bde2dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/kinds.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
The kind traits
33
4-
Rust types can be classified in vairous useful ways according to
4+
Rust types can be classified in various useful ways according to
55
intrinsic properties of the type. These classifications, often called
66
'kinds', are represented as traits.
77

0 commit comments

Comments
 (0)