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

* Update src/System.Console/src/System/Console.cs

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

index 0112c81..207da21 100644 (file)
@@ -209,7 +209,7 @@ namespace System
             return (DaylightTime)m_CachedDaylightChanges[objYear];
         }
 
-        // The per-year information is cached in in this instance value. As a result it can
+        // The per-year information is cached in this instance value. As a result it can
         // be cleaned up by CultureInfo.ClearCachedData, which will clear the instance of this object
         private readonly Hashtable m_CachedDaylightChanges = new Hashtable();