X-Git-Url: https://git.korewanetadesu.com/?p=go-signalcontext.git;a=blobdiff_plain;f=error.go;h=3ca599e26806b7b3a21f659bd14424cfab29a73d;hp=ac99fecfb3b738c167bcf7f736ce2d5df547f86e;hb=ee7aee79cc9e3e3ccf2929c4eb50ac485ad3c915;hpb=6d43b73af18d23a4cab88dccf8d93a8eb423d2ed diff --git a/error.go b/error.go index ac99fec..3ca599e 100644 --- a/error.go +++ b/error.go @@ -5,7 +5,8 @@ import ( ) // A Error will be returned by a SignalContext’s Err() method when it -// was finished due to a signal (rather than e.g. parent cancellation). +// canceled due to an operating system signal (rather than e.g. parent +// cancellation). type Error struct { os.Signal }