提交 26077f9f 编写于 作者: J John Hamby

Merge pull request #1084 from JohnHamby/CorrectComments

Corrected the doc comment for CodeBlockAnalysisContext
......@@ -499,8 +499,8 @@ public void RegisterSyntaxNodeAction(Action<SyntaxNodeAnalysisContext> action, p
}
/// <summary>
/// Context for a code block end action.
/// A code block end action can use a <see cref="CodeBlockAnalysisContext"/> to report <see cref="Diagnostic"/>s about a code block.
/// Context for a code block action or code block end action.
/// A code block action or code block end action can use a <see cref="CodeBlockAnalysisContext"/> to report <see cref="Diagnostic"/>s about a code block.
/// </summary>
public struct CodeBlockAnalysisContext
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册