Skip to content

Commit 37beb68

Browse files
Typo
1 parent ceafb77 commit 37beb68

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
@@ -42,7 +42,7 @@ v300rc1.preRelease // "rc1-test"
4242
// SemanticVersion is Comparable and Equatable
4343
v123 < v200 // true
4444
SemanticVersion("2.0.0")! < SemanticVersion("2.0.1")! // true
45-
// NB: beta versions ranke earlier than their releases
45+
// NB: beta versions come before their releases
4646
SemanticVersion("2.0.0")! < SemanticVersion("2.0.0-b1")! // false
4747
v123 == SemanticVersion("1.2.3") // true
4848
SemanticVersion("v1.2.3-beta1+build5")

0 commit comments

Comments
 (0)