aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_content/doc/go1.26.md4
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),