mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime/trace: fix documentation typo
Change-Id: I3d8dc20536c7a1fb4b1d895fcf989f86bf45f499
GitHub-Last-Rev: 234aea60e2
GitHub-Pull-Request: golang/go#74991
Reviewed-on: https://go-review.googlesource.com/c/go/+/695535
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: qiu laidongfeng <2645477756@qq.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
2fe5d51d04
commit
08eef97500
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ type FlightRecorderConfig struct {
|
|||
//
|
||||
// The flight recorder will strive to promptly discard events older than the minimum age,
|
||||
// but older events may appear in the window snapshot. The age setting will always be
|
||||
// overridden by MaxSize.
|
||||
// overridden by MaxBytes.
|
||||
//
|
||||
// If this is 0, the minimum age is implementation defined, but can be assumed to be on the order
|
||||
// of seconds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue