Skip to content

Commit ff90e9c

Browse files
authored
Fix highlight in ca2256 rule (#49564)
1 parent 591ebee commit ff90e9c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Implement the missing interface members.
3636

3737
## Example
3838

39-
:::code language="csharp" source="snippets/csharp/all-rules/ca2256.cs" id="snippet1" highlight="30":::
39+
:::code language="csharp" source="snippets/csharp/all-rules/ca2256.cs" id="snippet1" highlight="25":::
4040

4141
## When to suppress errors
4242

0 commit comments

Comments
 (0)