Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: MGatner <mgatner@icloud.com>
  • Loading branch information
kenjis and MGatner committed Jul 13, 2022
1 parent ad7e9e1 commit b2abfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Helpers/number_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function number_to_currency(float $num, string $currency, ?string $locale = null
*/
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();

Expand Down

0 comments on commit b2abfbf

Please sign in to comment.