File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ func Handle(err *error, a ...any) {
157
157
//
158
158
// You can have unlimited amount of error handlers. They are called if error
159
159
// happens and they are called in the same order as they are given or until one
160
- // of them resets the error like Reset in the next sample:
160
+ // of them resets the error like [ Reset] in the next sample:
161
161
//
162
162
// defer err2.Catch(err2.Noop, err2.Reset, err2.Log) // err2.Log not called!
163
163
//
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ func SetFormatter(f formatter.Interface) {
24
24
fmtstore .SetFormatter (f )
25
25
}
26
26
27
- // Returns the current formatter. See more information from SetFormatter and
28
- // formatter package.
27
+ // Returns the current formatter. See more information from [ SetFormatter] and
28
+ // [ formatter] package.
29
29
func Formatter () formatter.Interface {
30
30
return fmtstore .Formatter ()
31
31
}
You can’t perform that action at this time.
0 commit comments