Skip to content

Commit 1ba420b

Browse files
committed
doc: fix typo
1 parent 38fc265 commit 1ba420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static function optional($rawValue)
136136
* This method performs an equality check on other instances or raw values.
137137
* Objects are considered equal if and only if they are instances of the same
138138
* subclass and carry the same value(). All other values are considered equal
139-
* if and only if they are identical (===) to the current objects's value().
139+
* if and only if they are identical (===) to the current object's value().
140140
*
141141
* @param mixed|static $testValue
142142
* @return bool

0 commit comments

Comments
 (0)