Skip to content

Commit

Permalink
Typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel Nobel committed May 8, 2023
1 parent 49add57 commit 86ac3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qowaiv/Customization/Svo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public int CompareTo(object? obj)
#else
public int CompareTo(Svo<TSvoBehavior> other)
{
// Comparing with char.max value does not work as accpected in older versions of .NET
// Comparing with char.max value does not work as expected in older versions of .NET
if (IsUnknown() || other.IsUnknown())
{
if (IsUnknown())
Expand Down

0 comments on commit 86ac3e1

Please sign in to comment.