spelling: into

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-20 23:10:15 -04:00
parent 035f3fed25
commit da34800728
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ class Strings
}
/**
* This function converts a PHP's shorhand notation string for file sizes in to an integer number of total bytes.
* This function converts a PHP's shorhand notation string for file sizes into 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