Skip to content

Commit 78e1025

Browse files
authored
grammar correction (#43687)
1 parent ac7ecbd commit 78e1025

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Static `HashData` methods were introduced in .NET 5 on the following types:
3838

3939
These methods help simplify code in cases where you just want to hash some data.
4040

41-
It's more efficient to use theses static `HashData` methods than to create and manage a `HashAlgorithm` instance to call `ComputeHash`.
41+
It's more efficient to use these static `HashData` methods than to create and manage a `HashAlgorithm` instance to call `ComputeHash`.
4242

4343
## How to fix violations
4444

0 commit comments

Comments
 (0)