Skip to content

Commit 82d4a67

Browse files
Youssef1313gewarren
authored andcommitted
Prevent language keyword from being localized (#3711)
1 parent fa51dac commit 82d4a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.CodeDom/CodeTryCatchFinallyStatement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
5151
## Examples
52-
The following example code demonstrates use of a <xref:System.CodeDom.CodeTryCatchFinallyStatement> to define a try...catch...finally statement for exception handling.
52+
The following example code demonstrates use of a <xref:System.CodeDom.CodeTryCatchFinallyStatement> to define a `try...catch...finally` statement for exception handling.
5353
5454
[!code-cpp[CodeTryCatchFinallyExample#2](~/samples/snippets/cpp/VS_Snippets_CLR/CodeTryCatchFinallyExample/CPP/codetrycatchfinallyexample.cpp#2)]
5555
[!code-csharp[CodeTryCatchFinallyExample#2](~/samples/snippets/csharp/VS_Snippets_CLR/CodeTryCatchFinallyExample/CS/codetrycatchfinallyexample.cs#2)]

0 commit comments

Comments
 (0)