Skip to content

Commit 85461e6

Browse files
committed
Fixed typo in README.md
1 parent 88cd24d commit 85461e6

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
@@ -27,7 +27,7 @@ composer require --dev "coduo/php-matcher"
2727
use Coduo\PHPMatcher\PHPMatcher;
2828

2929
if (!PHPMatcher::match("lorem ipsum dolor", "@string@", $error)) {
30-
echo $error; // in case of error message is set on $error message via reference
30+
echo $error; // in case of error message is set on $error variable via reference
3131
}
3232

3333
```

0 commit comments

Comments
 (0)