Skip to content

Commit 744db40

Browse files
authored
Fix "Related rules" link in ca1836.md. (#30237)
The bottom 2 links were mistakenly pointing to the same page.
1 parent 3c3d231 commit 744db40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/fundamentals/code-analysis/quality-rules

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For more information, see [How to suppress code analysis warnings](../suppress-w
9393

9494
- [CA1827: Do not use Count/LongCount when Any can be used](ca1827.md)
9595
- [CA1828: Do not use CountAsync/LongCountAsync when AnyAsync can be used](ca1828.md)
96-
- [CA1829: Do not use CountAsync/LongCountAsync when AnyAsync can be used](ca1828.md)
96+
- [CA1829: Use Length/Count property instead of Enumerable.Count method](ca1829.md)
9797

9898
## See also
9999

0 commit comments

Comments
 (0)