diff --git a/src/libcore/either.rs b/src/libcore/either.rs index e3dadaa7e38..31f43a4c9dc 100644 --- a/src/libcore/either.rs +++ b/src/libcore/either.rs @@ -113,7 +113,7 @@ pure fn is_left(eith: t) -> bool { } /* -Function: is_left +Function: is_right Checks whether the given value is a right */