Skip to content

Commit e19d8f7

Browse files
committed
Fix small typo in kinds documentation
1 parent 38ba2c4 commit e19d8f7

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)