We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827584e commit e13dd94Copy full SHA for e13dd94
src/cmd/go/internal/semver/semver.go
@@ -107,7 +107,7 @@ func Build(v string) string {
107
}
108
109
// Compare returns an integer comparing two versions according to
110
-// according to semantic version precedence.
+// semantic version precedence.
111
// The result will be 0 if v == w, -1 if v < w, or +1 if v > w.
112
//
113
// An invalid semantic version string is considered less than a valid one.
0 commit comments