Skip to content

Commit 434c20c

Browse files
authored
fix: correct JSDoc indentation in minimalDays property
1 parent 859a10f commit 434c20c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/esnext.intl.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ declare namespace Intl {
8989
weekend: number[];
9090
/**
9191
* An integer between 1 and 7 indicating the minimum number of days in the first week of a year or month for this locale.
92-
*
93-
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#minimaldays)
94-
*/
92+
*
93+
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#minimaldays)
94+
*/
9595
minimalDays: number;
9696
}
9797
}

0 commit comments

Comments
 (0)