]> git.mxchange.org Git - friendica.git/commitdiff
Rewrite getBytesFromShorthand prose
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 02:09:11 +0000 (22:09 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
src/Util/Strings.php

index 6f9b841a3fedee10fa35edb9bf6c8bfcb26c2ea9..1ce1ac8c7d17a05f6788dcf5b3fd8dc7991b3396 100644 (file)
@@ -532,7 +532,7 @@ class Strings
        }
 
        /**
-        * This function converts a PHP's shorthand notation string for file sizes into an integer number of total bytes.
+        * This function converts a file size string written in PHP's shorthand notation to an integer number of total bytes.
         * For example: The string for shorthand notation of '2M' (which is 2,097,152 Bytes) is converted to 2097152
         * @see https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
         * @param string $shorthand