Skip to content

Commit bc0e8ed

Browse files
committed
fix snippet ref
1 parent bec185c commit bc0e8ed

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/ca2265.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Remove the redundant comparison or make the code more explicit by calling <xref:
3535

3636
The following code snippet shows two violations of CA2265 and the fix for the violations.
3737

38-
:::code language="vb" source="snippets/vb/all-rules/ca2265.vb":::
38+
:::code language="csharp" source="snippets/csharp/all-rules/ca2265.cs" id="1":::
3939

4040
## When to suppress warnings
4141

0 commit comments

Comments
 (0)