Merge pull request #2100 from akkatracker/patch-3

its to it's where appropriate in ResourceManagerCache.cs
This commit is contained in:
Dongbo Wang 2016-08-29 23:08:18 -07:00 committed by GitHub
commit 659e2e7bd3

View file

@ -74,7 +74,7 @@ namespace System.Management.Automation
} }
} }
// If its not in the cache, create it an add it. // If it's not in the cache, create it an add it.
if (manager == null) if (manager == null)
{ {
manager = InitRMWithAssembly(baseName, assembly); manager = InitRMWithAssembly(baseName, assembly);