1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:40:06 -07:00

runtime/trace: reword package summary

Reword the package summary to be a little easier to read.
This commit is contained in:
Jeremy Jackins 2018-06-25 12:02:02 -07:00 committed by GitHub
parent 4f172e7a75
commit 1342c7219f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package trace contains facilities for programs to generate trace
// for Go execution tracer.
// Package trace contains facilities for programs to generate traces
// for the Go execution tracer.
//
// Tracing runtime activities
//