Fix typo in either.rs

This commit is contained in:
Tomoki Aonuma 2012-02-12 03:42:11 +09:00
parent fc023d91c7
commit 0e5922a0b1

View File

@ -113,7 +113,7 @@ pure fn is_left<T, U>(eith: t<T, U>) -> bool {
}
/*
Function: is_left
Function: is_right
Checks whether the given value is a right
*/