commit c216f02e1224933467f4abb6141d4cb7bb2f4681
parent 25ef4c4fae20dacc28ea966e7d61c04193623c3b
Author: Russ Cox <rsc@golang.org>
Date: Thu, 8 Jan 2015 00:49:10 -0500
issue: tweak doc comment
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/issue/issue.go b/issue/issue.go
@@ -97,8 +97,8 @@
//
// <describe issue here>
//
-// Once the template has been completed, executing "Put" creates the issue and converts
-// the window into a issue window for the new issue.
+// Once the template has been completed (only the title is required), executing "Put"
+// creates the issue and converts the window into a issue window for the new issue.
//
// Issue List Window
//
@@ -122,10 +122,10 @@
//
// Search: author:rsc
//
-// #9131 bench: no documentation
-// #599 cmd/5c, 5g, 8c, 8g: make 64-bit fields 64-bit aligned
-// #6699 cmd/5l: use m to store div/mod denominator
-// #4997 cmd/6a, cmd/8a: MOVL $x-8(SP) and LEAL x-8(SP) are different
+// 9131 bench: no documentation
+// 599 cmd/5c, 5g, 8c, 8g: make 64-bit fields 64-bit aligned
+// 6699 cmd/5l: use m to store div/mod denominator
+// 4997 cmd/6a, cmd/8a: MOVL $x-8(SP) and LEAL x-8(SP) are different
// ...
//
// Milestone List Window