typo: Double word "is" (dotnet/corefx#36283)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:36:34 +0000 (16:36 -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/DateTimeParse.cs

index bc0193d..99cc413 100644 (file)
@@ -3690,7 +3690,7 @@ new DS[] { DS.ERROR, DS.TX_NNN,  DS.TX_NNN,  DS.TX_NNN,  DS.ERROR,   DS.ERROR,
                 // DateTimeOffset.Parse should allow dates without a year, but only if there is also no time zone marker;
                 // e.g. "May 1 5pm" is OK, but "May 1 5pm -08:30" is not.  This is somewhat pragmatic, since we would
                 // have to rearchitect parsing completely to allow this one case to correctly handle things like leap
-                // years and leap months.  Is is an extremely corner case, and DateTime is basically incorrect in that
+                // years and leap months.  Is an extremely corner case, and DateTime is basically incorrect in that
                 // case today.
                 //
                 // values like "11:00Z" or "11:00 -3:00" are also acceptable