Skip to content

Commit 13147f7

Browse files
jbamptongopherbot
authored andcommitted
runtime: fix code span element
Change-Id: I99c593573b3bec560ab3af49ac2f486ee442ee1c GitHub-Last-Rev: e399ec5 GitHub-Pull-Request: #52946 Reviewed-on: https://go-review.googlesource.com/c/go/+/406837 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Michael Knyszek <[email protected]>
1 parent 88c5324 commit 13147f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For runtime error debugging, it may be useful to run with `GOTRACEBACK=system`
9797
or `GOTRACEBACK=crash`. The output of `panic` and `fatal` is as described by
9898
`GOTRACEBACK`. The output of `throw` always includes runtime frames, metadata
9999
and all goroutines regardless of `GOTRACEBACK` (i.e., equivalent to
100-
`GOTRACEBACK=system). Whether `throw` crashes or not is still controlled by
100+
`GOTRACEBACK=system`). Whether `throw` crashes or not is still controlled by
101101
`GOTRACEBACK`.
102102

103103
Synchronization

0 commit comments

Comments
 (0)