diff options
| author | Vlad Saioc <vsaioc@uber.com> | 2025-12-09 11:17:37 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-11 15:07:13 -0800 |
| commit | d2ec125e9be7c95f31f125fe4355c8d81d4980ff (patch) | |
| tree | 5a4c378dbbbca9f25ed5713c9efd6be03d0c7d66 | |
| parent | 8d118d49315ba2889e8740ebafddf9d888e9c0b5 (diff) | |
| download | go-x-website-d2ec125e9be7c95f31f125fe4355c8d81d4980ff.tar.xz | |
_content/doc/go1.26.md: fixed typos in goroutine leak section
Fixed a couple of minor typos.
Change-Id: I8fef31a2f96b90fa2b212ff5a49de99cf5ff25a7
GitHub-Last-Rev: 7026a3fb05a1cd5d14d6f6e15dfa0cd544b4525e
GitHub-Pull-Request: golang/website#338
Reviewed-on: https://go-review.googlesource.com/c/website/+/728620
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
| -rw-r--r-- | _content/doc/go1.26.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 98d57bfd..5c4263d7 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -173,14 +173,14 @@ blocking on operations over concurrency primitives reachable through global variables or the local variables of runnable goroutines. Special thanks to Vlad Saioc at Uber for contributing this work. -The underlying theory is presented in detail [a publication by +The underlying theory is presented in detail in [a publication by Saioc et al.](https://dl.acm.org/doi/pdf/10.1145/3676641.3715990). The implementation is production-ready, and is only considered an experiment for the purposes of collecting feedback on the API, specifically the choice to make it a new profile. The feature is also designed to not incur any additional run-time -overheads unless it is actively in-use. +overhead unless it is actively in-use. We encourage users to try out the new feature in [the Go playground](/play/p/3C71z4Dpav-?v=gotip), |
