提交 7ba06e25 编写于 作者: R Rob Siklos

fixing typos in comments

上级 062c7f91
......@@ -38,10 +38,10 @@ public override bool OpenFileOnly(Workspace workspace)
protected abstract string GetLanguageName();
/// <summary>
/// Reports on whether the specified member is suitable for qualification. Some member access expressions cannot be qualififed;
/// Reports on whether the specified member is suitable for qualification. Some member access expressions cannot be qualified;
/// for instance if they begin with <c>base.</c>, <c>MyBase.</c>, or <c>MyClass.</c>.
/// </summary>
/// <returns>True if the member access can be qualfied; otherwise, False.</returns>
/// <returns>True if the member access can be qualified; otherwise, False.</returns>
protected abstract bool CanMemberAccessBeQualified(SyntaxNode node);
protected abstract bool IsAlreadyQualifiedMemberAccess(SyntaxNode node);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册