From 0e5922a0b10b96ce70f115d522b1934808c2244c Mon Sep 17 00:00:00 2001 From: Tomoki Aonuma Date: Sun, 12 Feb 2012 03:42:11 +0900 Subject: [PATCH] Fix typo in either.rs --- src/libcore/either.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/either.rs b/src/libcore/either.rs index e3dadaa7e38b3..31f43a4c9dc01 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 */