We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efebe87 commit f452efcCopy full SHA for f452efc
doc/next/4-runtime.md
@@ -47,7 +47,7 @@ not involved in the leak soon after the leak itself occurs.
47
In general, a goroutine is leaked if it is blocked on an operation
48
over concurrency primitives (e.g., channels,
49
[sync.Mutex]) that are only reachable via leaked goroutines.
50
-In the example above, the culprit channel send operation involves
+In the example above, the culprit send operation involves
51
a channel only reachable to `processWorkItem` goroutines.
52
The runtime is now equipped to detect such leaks via goroutine
53
leak profiles. All leaks reported by profiles are real, i.e.,
0 commit comments