From 809beb3310598bc2028a5389c12058d903b0d6c0 Mon Sep 17 00:00:00 2001 From: Matteo Giachino Date: Sat, 25 Jul 2015 09:29:27 +0200 Subject: [PATCH] small typo in Option.php doc comment --- src/PhpOption/Option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpOption/Option.php b/src/PhpOption/Option.php index c70f2fd..45639ab 100644 --- a/src/PhpOption/Option.php +++ b/src/PhpOption/Option.php @@ -312,7 +312,7 @@ abstract public function select($value); * a shallow comparison ===), then None is returned; otherwise, the Option is * returned. * - * In other words, this will let all values through expect the passed value. + * In other words, this will let all values through except the passed value. * * @param mixed $value *