We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7ecbd commit 78e1025Copy full SHA for 78e1025
docs/fundamentals/code-analysis/quality-rules/ca1850.md
@@ -38,7 +38,7 @@ Static `HashData` methods were introduced in .NET 5 on the following types:
38
39
These methods help simplify code in cases where you just want to hash some data.
40
41
-It's more efficient to use theses static `HashData` methods than to create and manage a `HashAlgorithm` instance to call `ComputeHash`.
+It's more efficient to use these static `HashData` methods than to create and manage a `HashAlgorithm` instance to call `ComputeHash`.
42
43
## How to fix violations
44
0 commit comments