Skip to content

Commit 444e7dd

Browse files
jnjackinsbradfitz
authored andcommitted
runtime/trace: reword the trace package summary
Reword the package summary to be a little easier to read. Change-Id: I84a9301a02e228b46165410a429548b3774762d5 GitHub-Last-Rev: 1342c72 GitHub-Pull-Request: #26052 Reviewed-on: https://go-review.googlesource.com/120795 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 50bd1c4 commit 444e7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/trace/trace.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package trace contains facilities for programs to generate trace
6-
// for Go execution tracer.
5+
// Package trace contains facilities for programs to generate traces
6+
// for the Go execution tracer.
77
//
88
// Tracing runtime activities
99
//

0 commit comments

Comments
 (0)