Skip to content

Commit 71d1ba3

Browse files
committed
typo
1 parent b7485d0 commit 71d1ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ err2 offers optional stack tracing. And yes, it's fully automatic. Just call
7171
at the beginning your app, e.g. main function, or set the tracers
7272
programmatically (before [flag.Parse] if you are using that):
7373
74-
err2.SetErrRmTracer(os.Stderr) // write error return trace to stderr
74+
err2.SetErrRetTracer(os.Stderr) // write error return trace to stderr
7575
or
7676
err2.SetErrorTracer(os.Stderr) // write error stack trace to stderr
7777
or

0 commit comments

Comments
 (0)