Skip to content

Commit

Permalink
Adjust a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyTs committed May 17, 2017
1 parent 7d4e4e3 commit 3a44513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Portable/Symbols/TypeSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ private SymbolAndDiagnostics ComputeImplementationAndDiagnosticsForInterfaceMemb
/// <remarks>
/// CONSIDER: we could probably do less work in the metadata and retargeting cases - we won't use the diagnostics.
/// </remarks>
/// <param name="interfaceMember">A non-null property on an interface type.</param>
/// <param name="interfaceMember">A non-null implementable member on an interface type.</param>
/// <param name="implementingType">The type implementing the interface property (usually "this").</param>
/// <param name="diagnostics">Bag to which to add diagnostics.</param>
/// <returns>The implementing property or null, if there isn't one.</returns>
Expand Down

0 comments on commit 3a44513

Please sign in to comment.