Skip to content

Commit c059e47

Browse files
beonodavecheney
authored andcommitted
fixed spelling (#156)
1 parent 816c908 commit c059e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func Wrap(err error, message string) error {
192192
}
193193

194194
// Wrapf returns an error annotating err with a stack trace
195-
// at the point Wrapf is call, and the format specifier.
195+
// at the point Wrapf is called, and the format specifier.
196196
// If err is nil, Wrapf returns nil.
197197
func Wrapf(err error, format string, args ...interface{}) error {
198198
if err == nil {

0 commit comments

Comments
 (0)