Skip to content

Commit 142cd25

Browse files
committed
tweak comment for clarity
1 parent 088ad6a commit 142cd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
// make it available using e.g. `go install` and/or `go tool`.
2626
func main() {
2727
// This is hard-coded to point to the latest canary release, which is
28-
// appropriate for the `main` branch, but should be changed to the
29-
// appropriate release URL for each tagged release.
28+
// appropriate for the `main` branch, but should be changed to the tag
29+
// name for each tagged release.
3030
//
3131
// TODO: Can we automate updating this for each release?
3232
release := "canary"

0 commit comments

Comments
 (0)