From a1d0551e90431457821ae51f03c8c1f87c53b0e6 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 Mar 2019 16:40:35 -0400 Subject: [PATCH] typo: Double word "this" (dotnet/corefxdotnet/coreclr#36273) Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/df550d77db2e21ff19ac02f0421c26ca1c53231a --- .../src/System/Globalization/EastAsianLunisolarCalendar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs b/src/libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs index 00398ca0216..d1ca0f8d74b 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs @@ -619,7 +619,7 @@ public override bool IsLeapMonth(int year, int month, int era) /// /// Returns the leap month in a calendar year of the specified era. This method returns 0 - /// if this this year is not a leap year. + /// if this year is not a leap year. /// public override int GetLeapMonth(int year, int era) { -- GitLab