Skip to content

Commit

Permalink
Updated wrong phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Dec 17, 2023
1 parent 4eddf31 commit 0ea41d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psl/Option/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function equals(mixed $other): bool
* Combines two `Option` values into a single `Option` containing a tuple of the two inner values.
* If either of the `Option`s is `None`, the resulting `Option` will also be `None`.
*
* @note: If an element is `None`, the corresponding element in the resulting tuple will be `None`.
* @note: If an element is `None`, both elements in the resulting tuple will be `None`.
*
* @template Tu
*
Expand Down

0 comments on commit 0ea41d9

Please sign in to comment.