diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-12 11:44:18 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-12 11:44:18 +0100 |
commit | 64d1d82e03ace010dcf03c509cf6b87e0da27ff4 (patch) | |
tree | 6818cf797dc0297aa9af6f2ab44eed90873bd6fe /system | |
parent | 34b92c6c058a27fda4572f16af41340e0b46f4df (diff) | |
parent | b6d174649a6e3a975e077d6ffa9b91a48f291ca0 (diff) |
Merge pull request #3659 from bjjay/bjjay-patch-1
[ci skip] Correct a comment link typo
Diffstat (limited to 'system')
-rw-r--r-- | system/core/compat/mbstring.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php index ddb2bae47..e335c85f7 100644 --- a/system/core/compat/mbstring.php +++ b/system/core/compat/mbstring.php @@ -92,7 +92,7 @@ if ( ! function_exists('mb_strpos')) * WARNING: This function WILL fall-back to strpos() * if iconv is not available! * - * @link http://php.net/mb_strpos() + * @link http://php.net/mb_strpos * @param string $haystack * @param string $needle * @param int $offset |