From 3a44513964ccab0943c995f9f16b2f79f9f36ee4 Mon Sep 17 00:00:00 2001 From: AlekseyTs Date: Tue, 16 May 2017 23:13:22 -0700 Subject: [PATCH] Adjust a comment --- src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs b/src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs index 2926a040880e5..dcc006ec4ec0e 100644 --- a/src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs +++ b/src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs @@ -775,7 +775,7 @@ private SymbolAndDiagnostics ComputeImplementationAndDiagnosticsForInterfaceMemb /// /// CONSIDER: we could probably do less work in the metadata and retargeting cases - we won't use the diagnostics. /// - /// A non-null property on an interface type. + /// A non-null implementable member on an interface type. /// The type implementing the interface property (usually "this"). /// Bag to which to add diagnostics. /// The implementing property or null, if there isn't one.