Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
Fixed typo in Equality and Comparison section
  • Loading branch information
ahsteele authored Jan 9, 2025
1 parent 1e96fdf commit c279d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The `DuidType` enum emits the following values

The `Duid` class implements `IEquatable<Duid>`, `IComparable<Duid>`, `IComparable` and the standard Equality and Comparison operators.

The `CompareTo`, and its operators, is not done in mathematical order or bytes, but rather fist by byte length then by unsigned value. When using the comparison operators a `null` value is considered less than any non-`null` value.
The `CompareTo`, and its operators, is not done in mathematical order or bytes, but rather first by byte length then by unsigned value. When using the comparison operators a `null` value is considered less than any non-`null` value.

## Developer Notes

Expand Down

0 comments on commit c279d34

Please sign in to comment.