diff options
Diffstat (limited to 'includes/GlobalFunctions.php')
-rw-r--r-- | includes/GlobalFunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ab3f019f..e717c126 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3860,7 +3860,7 @@ function wfMemoryLimit() { * Converts shorthand byte notation to integer form * * @param string $string - * @param int $default Returned if $string is empty + * @param int $default Return if $string is empty * @return int */ function wfShorthandToInteger( $string = '', $default = -1 ) { |