diff options
author | bjjay <fris@vip.qq.com> | 2015-03-12 03:31:14 +0100 |
---|---|---|
committer | bjjay <fris@vip.qq.com> | 2015-03-12 03:31:14 +0100 |
commit | b6d174649a6e3a975e077d6ffa9b91a48f291ca0 (patch) | |
tree | cfffcaf5e5c4bad0a3149b4823b99fde0ee9c81c /system/core/compat | |
parent | e7a3096b9cbd7c95bf4240c5233c7d14eb112305 (diff) |
Correct a comment link typo
Diffstat (limited to 'system/core/compat')
-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 |