Skip to content

Commit

Permalink
Update src/FSharp.Analyzers/ImmutableCollectionEqualityAnalyzer.fs
Browse files Browse the repository at this point in the history
Co-authored-by: dawe <[email protected]>
  • Loading branch information
nojaf and dawedawe authored Dec 1, 2023
1 parent d7519f7 commit dda17ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let mkMessage typeName m =
{
Type = "ImmutableCollectionEqualityAnalyzer"
Message =
$"%s{typeName} does not implement structural equality. Use Object.ReferenceEquals instead .Equals, = or <> to emphasize this."
$"%s{typeName} does not implement structural equality. Use Object.ReferenceEquals instead of .Equals, = or <> to emphasize this."
Code = Code
Severity = Warning
Range = m
Expand Down

0 comments on commit dda17ee

Please sign in to comment.