Skip to content

Commit f452efc

Browse files
committed
Updated release notes.
1 parent efebe87 commit f452efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/next/4-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ not involved in the leak soon after the leak itself occurs.
4747
In general, a goroutine is leaked if it is blocked on an operation
4848
over concurrency primitives (e.g., channels,
4949
[sync.Mutex]) that are only reachable via leaked goroutines.
50-
In the example above, the culprit channel send operation involves
50+
In the example above, the culprit send operation involves
5151
a channel only reachable to `processWorkItem` goroutines.
5252
The runtime is now equipped to detect such leaks via goroutine
5353
leak profiles. All leaks reported by profiles are real, i.e.,

0 commit comments

Comments
 (0)