Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit c4ae516

Browse files
EgorBomarek-safar
authored andcommitted
Update ISOWeek.cs
1 parent 7e8bf23 commit c4ae516

File tree

1 file changed

+1
-1
lines changed
  • src/System.Private.CoreLib/shared/System/Globalization

1 file changed

+1
-1
lines changed

src/System.Private.CoreLib/shared/System/Globalization/ISOWeek.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static int GetWeeksInYear(int year)
8989
{
9090
throw new ArgumentOutOfRangeException(nameof(year), SR.ArgumentOutOfRange_Year);
9191
}
92-
#if __MonoCS__ // mcs doesn't support local funtions
92+
#if __MonoCS__ // mcs doesn't support local functions
9393
Func<int, int> P = y =>
9494
#else
9595
int P(int y) =>

0 commit comments

Comments
 (0)