Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed Dec 11, 2024
1 parent 8897dd3 commit 72a18e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export class LocationModule extends ModuleBase {
* @example
* faker.location.language() // { alpha2: 'en', alpha3: 'eng', name: 'English' }
*
* @since 9.4.0
* @since v9.4.0 (or later)

Check failure on line 662 in src/modules/location/index.ts

View workflow job for this annotation

GitHub Actions / Lint: node-22, ubuntu-latest

Invalid JSDoc @SInCE: "v9.4.0 (or later)"
*/
language(): Language {
return this.faker.helpers.arrayElement(
Expand Down

0 comments on commit 72a18e9

Please sign in to comment.