Skip to content

Commit

Permalink
Merge pull request #6 from dmcgowan/fix-typo-cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweid authored Jun 1, 2024
2 parents 2dc9c17 + 9564d8f commit 038bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (

// cancelled maps to Moby's "ErrCancelled"
type cancelled interface {
ErrCancelled()
Cancelled()
}

// IsCanceled returns true if the error is due to `context.Canceled`.
Expand Down

0 comments on commit 038bb7b

Please sign in to comment.