Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.CodeDom.Compiler/CodeGenerator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@
</Parameters>
<Docs>
<param name="e">The statement to generate code for.</param>
<summary>Generates code for the specified <see langword="try...catch...finally" /> statement.</summary>
<summary>Generates code for the specified "try-catch-finally" statement.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.CodeDom.CodeTryCatchFinallyStatement" />
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.CodeDom.Compiler/GeneratorSupport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
</ReturnValue>
<MemberValue>32</MemberValue>
<Docs>
<summary>Indicates the generator supports <see langword="try...catch" /> statements.</summary>
<summary>Indicates the generator supports "try-catch" statements.</summary>
</Docs>
</Member>
<Member MemberName="Win32Resources">
Expand Down