Skip to content

Commit a01eff5

Browse files
Fix typo (#7)
1 parent 67a32d7 commit a01eff5

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
@@ -6,7 +6,7 @@ PCRE wrapping library that offers type-safe `preg_*` replacements.
66
This library gives you a way to ensure `preg_*` functions do not fail silently, returning
77
unexpected `null`s that may not be handled.
88

9-
It also makes it easier ot work with static analysis tools like PHPStan or Psalm as it
9+
It also makes it easier to work with static analysis tools like PHPStan or Psalm as it
1010
simplifies and reduces the possible return values from all the `preg_*` functions which
1111
are quite packed with edge cases.
1212

0 commit comments

Comments
 (0)