typo: Double word "this" (dotnet/corefx#36273)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:40:35 +0000 (16:40 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 25 Mar 2019 05:48:30 +0000 (22:48 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Globalization/EastAsianLunisolarCalendar.cs

index 00398ca..d1ca0f8 100644 (file)
@@ -619,7 +619,7 @@ namespace System.Globalization
 
         /// <summary>
         /// 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.
         /// </summary>
         public override int GetLeapMonth(int year, int era)
         {