提交 8b19c4b1 编写于 作者: D Daniel King

Fix typo

Fixes a typo in the summary of SyntaxGenerator.ThrowStatement
上级 1cd7c81b
......@@ -1181,7 +1181,7 @@ protected static SyntaxList<TNode> RemoveRange<TNode>(SyntaxList<TNode> list, in
public abstract SyntaxNode ReturnStatement(SyntaxNode expression = null);
/// <summary>
/// Creates a statement that can be used to throw and exception.
/// Creates a statement that can be used to throw an exception.
/// </summary>
/// <param name="expression">An optional expression that can be thrown.</param>
public abstract SyntaxNode ThrowStatement(SyntaxNode expression = null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册