mirror of
https://github.com/golang/go.git
synced 2026-01-29 23:22:06 +03: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:
committed by
Gopher Robot
parent
2fe5d51d04
commit
08eef97500
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user