Skip to content

Commit 85ab9b9

Browse files
committed
Merge pull request #1810 from uasi/fix-typo
Fix typo in either.rs
2 parents 3f15a28 + 0e5922a commit 85ab9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/either.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pure fn is_left<T, U>(eith: t<T, U>) -> bool {
113113
}
114114

115115
/*
116-
Function: is_left
116+
Function: is_right
117117
118118
Checks whether the given value is a right
119119
*/

0 commit comments

Comments
 (0)