We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816c908 commit c059e47Copy full SHA for c059e47
1 file changed
errors.go
@@ -192,7 +192,7 @@ func Wrap(err error, message string) error {
192
}
193
194
// Wrapf returns an error annotating err with a stack trace
195
-// at the point Wrapf is call, and the format specifier.
+// at the point Wrapf is called, and the format specifier.
196
// If err is nil, Wrapf returns nil.
197
func Wrapf(err error, format string, args ...interface{}) error {
198
if err == nil {
0 commit comments