1
0
mirror of https://github.com/pkg/errors.git synced 2025-07-22 10:10:12 +00:00

gofmt and typo fix

This commit is contained in:
Umair Idris 2016-04-24 15:28:42 -04:00
parent d363daa49f
commit c94cbcebe9
2 changed files with 2 additions and 2 deletions

@ -27,7 +27,7 @@
// Retrieving the cause of an error // Retrieving the cause of an error
// //
// Using errors.Wrap constructs a stack of errors, adding context to the // Using errors.Wrap constructs a stack of errors, adding context to the
// preceeding error. Depending on the nature of the error it may be necessary // preceding error. Depending on the nature of the error it may be necessary
// to recerse the operation of errors.Wrap to retrieve the original error // to recerse the operation of errors.Wrap to retrieve the original error
// for inspection. Any error value which implements this interface // for inspection. Any error value which implements this interface
// //