Skip to content

Commit

Permalink
Merge pull request revel#344 from dougnukem/documentation-fix
Browse files Browse the repository at this point in the history
fix typo of user
  • Loading branch information
robfig committed Oct 10, 2013
2 parents 7381ffe + 7a29271 commit 59448d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Expand Up @@ -23,7 +23,7 @@ type sourceLine struct {
IsError bool
}

// Find the deepest stack from in uesr code and provide a code listing of
// Find the deepest stack from in user code and provide a code listing of
// that, on the line that eventually triggered the panic. Returns nil if no
// relevant stack frame can be found.
func NewErrorFromPanic(err interface{}) *Error {
Expand Down

0 comments on commit 59448d1

Please sign in to comment.