From 13777718e79f10c4908f23403cd7cfa5bae363e0 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 Mar 2019 16:40:10 -0400 Subject: [PATCH] typo: Double word "the" (dotnet/corefx#36274) * typo: Double word "the" * Apply suggestions from code review Co-Authored-By: nschonni Signed-off-by: dotnet-bot --- .../shared/System/Globalization/HebrewCalendar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs b/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs index dcab7e7..67b3966 100644 --- a/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs +++ b/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs @@ -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); -- 2.7.4