Skip to content

Commit fa93ace

Browse files
committed
fix code language
1 parent 02f1ee7 commit fa93ace

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/ca2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To fix a violation, either check the return value (which is the total number of
3737
The following code snippet shows a violation of CA2022 and the fix for the violation.
3838

3939
:::code language="csharp" source="snippets/csharp/all-rules/ca2022.cs" id="1":::
40-
:::code language="csharp" source="snippets/vb/all-rules/ca2022.vb" id="1":::
40+
:::code language="vb" source="snippets/vb/all-rules/ca2022.vb" id="1":::
4141

4242
## When to suppress warnings
4343

0 commit comments

Comments
 (0)