Skip to content

Commit 1bc6b08

Browse files
authored
Update README.md
Fixed typo in Equality and Comparison section
1 parent 1e96fdf commit 1bc6b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The `DuidType` enum emits the following values
114114

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

117-
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.
117+
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.
118118

119119
## Developer Notes
120120

0 commit comments

Comments
 (0)