typo: Double word "the" (dotnet/corefx#36274)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:40:10 +0000 (16:40 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 25 Mar 2019 05:48:30 +0000 (22:48 -0700)
* typo: Double word "the"

* Apply suggestions from code review

Co-Authored-By: nschonni <nschonni@gmail.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs

index dcab7e7..67b3966 100644 (file)
@@ -457,7 +457,7 @@ namespace System.Globalization
 
             DateBuffer lunarDate = new DateBuffer();    // lunar month and day for Jan 1
 
-            // From the table looking-up value of HebrewTable[index] (stored in lunarDate.day), we get the the
+            // From the table looking-up value of HebrewTable[index] (stored in lunarDate.day), we get the
             // lunar month and lunar day where the Gregorian date 1/1 falls.
             lunarDate.year = gregorianYear + HebrewYearOf1AD;
             hebrewYearType = GetLunarMonthDay(gregorianYear, lunarDate);