Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 89edb63

Browse files
msingledavecheney
authored andcommitted
Fix typo in comment (#46)
1 parent 3dc37da commit 89edb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func Example_stacktrace() {
8181
}
8282

8383
st := err.Stacktrace()
84-
fmt.Printf("%+v", st[0:2]) // top two framces
84+
fmt.Printf("%+v", st[0:2]) // top two frames
8585

8686
// Output: [github.com/pkg/errors/example_test.go:33 github.com/pkg/errors/example_test.go:78]
8787
}

0 commit comments

Comments
 (0)