Skip to content

Commit 1bbc34b

Browse files
committed
Fix typo in docs
1 parent 3d322d7 commit 1bbc34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Preg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function match($pattern, $subject, &$matches = null, $flags = 0, $
3838
}
3939

4040
/**
41-
* Runs preg_match_all with PREG_OFFSET_CAPTURE
41+
* Runs preg_match with PREG_OFFSET_CAPTURE
4242
*
4343
* @param string $pattern
4444
* @param string $subject
@@ -269,7 +269,7 @@ public static function isMatchAll($pattern, $subject, &$matches = null, $flags =
269269
}
270270

271271
/**
272-
* Runs preg_match_all with PREG_OFFSET_CAPTURE
272+
* Runs preg_match with PREG_OFFSET_CAPTURE
273273
*
274274
* @param string $pattern
275275
* @param string $subject

0 commit comments

Comments
 (0)