Skip to content

Commit

Permalink
Merge pull request #27 from matteosister/patch-1
Browse files Browse the repository at this point in the history
small typo in Option.php doc comment
  • Loading branch information
schmittjoh committed Jul 25, 2015
2 parents 2767db6 + 809beb3 commit 94e644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpOption/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 94e644f

Please sign in to comment.