Skip to content

Commit e399ec5

Browse files
committed
runtime: fix code span element
1 parent 076039a commit e399ec5

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)