We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431554f commit b700c3eCopy full SHA for b700c3e
errors.go
@@ -61,7 +61,7 @@ import (
61
"strings"
62
)
63
64
-// stack represents a stack of programm counters.
+// stack represents a stack of program counters.
65
type stack []uintptr
66
67
func (s *stack) Stack() []uintptr { return *s }
0 commit comments