Merge pull request #1810 from uasi/fix-typo

Fix typo in either.rs
This commit is contained in:
Brian Anderson 2012-02-11 15:17:10 -08:00
commit 85ab9b9e9f

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
*/