Skip to content

Commit a08be9c

Browse files
jbagopherbot
authored andcommitted
_content/blog/testing-time.md: fix typo
Fixes golang/go#75263. Change-Id: I5957951acf2588dacbdb59334d5606b6d49d16ea Reviewed-on: https://go-review.googlesource.com/c/website/+/701055 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Sean Liao <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent fc5af33 commit a08be9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/blog/testing-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ where a durably blocked goroutine can be unblocked from outside its bubble.
948948
### Better stack traces
949949

950950
We made improvements to the information printed in stack traces.
951-
When a bubble deadlocks, we by default now only print stacks for the goroutines in tha bubble.
951+
When a bubble deadlocks, we by default now only print stacks for the goroutines in that bubble.
952952
Stack traces also clearly indicate which goroutines in a bubble are durably blocked.
953953

954954
### Randomized events happening at the same time

0 commit comments

Comments
 (0)