Skip to content

Commit

Permalink
[10.x] Fix typo in PHPDoc comment (#49234)
Browse files Browse the repository at this point in the history
Fixes a typo in a helper method comment (`exntension` => `extension`)
  • Loading branch information
caendesilva authored Dec 4, 2023
1 parent 37cb345 commit c59ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public static function useLocale(string $locale)
}

/**
* Ensure the "intl" PHP exntension is installed.
* Ensure the "intl" PHP extension is installed.
*
* @return void
*/
Expand Down

0 comments on commit c59ef1f

Please sign in to comment.