Skip to content

Commit

Permalink
Fix typo in comment (pkg#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
msingle authored and davecheney committed Jun 9, 2016
1 parent 3dc37da commit 89edb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func Example_stacktrace() {
}

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

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

0 comments on commit 89edb63

Please sign in to comment.