Skip to content

Commit fe23cad

Browse files
nxtnmairaw
andauthored
Replace <see langword="try...catch (#4182)
* Replace <see langword="try...catch * Use inline code span Co-authored-by: Maira Wenzel <[email protected]>
1 parent 641a8af commit fe23cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.CodeDom.Compiler/CodeGenerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@
27152715
</Parameters>
27162716
<Docs>
27172717
<param name="e">The statement to generate code for.</param>
2718-
<summary>Generates code for the specified <see langword="try...catch...finally" /> statement.</summary>
2718+
<summary>Generates code for the specified <c>try-catch-finally</c> statement.</summary>
27192719
<remarks>To be added.</remarks>
27202720
<altmember cref="T:System.CodeDom.CodeTryCatchFinallyStatement" />
27212721
</Docs>

xml/System.CodeDom.Compiler/GeneratorSupport.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@
797797
</ReturnValue>
798798
<MemberValue>32</MemberValue>
799799
<Docs>
800-
<summary>Indicates the generator supports <see langword="try...catch" /> statements.</summary>
800+
<summary>Indicates the generator supports <c>try-catch</c> statements.</summary>
801801
</Docs>
802802
</Member>
803803
<Member MemberName="Win32Resources">

0 commit comments

Comments
 (0)