Skip to content

Commit 6b06209

Browse files
committed
Typo in README example
1 parent 3220890 commit 6b06209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $link = '/a/c/g'; // Link to non-numeric index of array.
7676
$result = $pointer
7777
->setText($link)
7878
->test(); // Sets $result to FALSE.
79-
$result $pointer
79+
$result = $pointer
8080
->setOptions(Pointer::OPTION_NON_NUMERIC_INDICES)
8181
->test(); // Sets $result to TRUE.
8282
echo $pointer->read(); // 2

0 commit comments

Comments
 (0)