docs: fix typo

Co-authored-by: MGatner <mgatner@icloud.com>
This commit is contained in:
kenjis 2022-07-14 06:50:50 +09:00 committed by GitHub
parent ad7e9e1429
commit b2abfbf75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ if (! function_exists('format_number')) {
*/
function format_number(float $num, int $precision = 1, ?string $locale = null, array $options = []): string
{
// If locate is not passed, get from the default locale that is set from our config file
// If locale is not passed, get from the default locale that is set from our config file
// or set by HTTP content negotiation.
$locale ??= Locale::getDefault();