Commit e13dd94c authored by Ariel Mashraki's avatar Ariel Mashraki Committed by Brad Fitzpatrick

cmd/go/internal/semver: remove duplicate words in Compare doc

Change-Id: I1ab0b5f713581b5f497878f222fa4ba3998a0ccd
Reviewed-on: https://go-review.googlesource.com/c/go/+/196179Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 827584e2
......@@ -107,7 +107,7 @@ func Build(v string) string {
}
// Compare returns an integer comparing two versions according to
// according to semantic version precedence.
// semantic version precedence.
// The result will be 0 if v == w, -1 if v < w, or +1 if v > w.
//
// An invalid semantic version string is considered less than a valid one.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment