summaryrefslogtreecommitdiff
path: root/src/go/doc/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/doc/doc.go')
-rw-r--r--src/go/doc/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/go/doc/doc.go b/src/go/doc/doc.go
index 4264940a0c..3c3e28d48f 100644
--- a/src/go/doc/doc.go
+++ b/src/go/doc/doc.go
@@ -18,7 +18,8 @@ type Package struct {
Imports []string
Filenames []string
Notes map[string][]*Note
- // DEPRECATED. For backward compatibility Bugs is still populated,
+
+ // Deprecated: For backward compatibility Bugs is still populated,
// but all new code should use Notes instead.
Bugs []string