We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc37da commit 89edb63Copy full SHA for 89edb63
1 file changed
example_test.go
@@ -81,7 +81,7 @@ func Example_stacktrace() {
81
}
82
83
st := err.Stacktrace()
84
- fmt.Printf("%+v", st[0:2]) // top two framces
+ fmt.Printf("%+v", st[0:2]) // top two frames
85
86
// Output: [github.com/pkg/errors/example_test.go:33 github.com/pkg/errors/example_test.go:78]
87
0 commit comments