From f1de8bffbef323aa378ec5ef0fe06db39872687b Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Mon, 20 Apr 2020 12:03:05 -0700 Subject: [PATCH] Tweak grammar --- .../Solution/SolutionState.CompilationTracker.State.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs index e64f486eccd..d98698cc435 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs @@ -53,8 +53,8 @@ private class State /// /// Weak table of the assembly and module symbols that this compilation tracker has created. This can /// be used to determine which project an assembly symbol came from after the fact. This is needed as - /// the compilation an assembly came from can GC'ed and further requests to get that compilation (or any - /// of it's assemblies) may produce new assembly symbols. + /// the compilation an assembly came from can be GC'ed and further requests to get that compilation (or + /// any of it's assemblies) may produce new assembly symbols. /// /// /// Ideally this would just be ConditionalWeakSet<ISymbol>. Effectively we just want to -- GitLab