X-Git-Url: https://git.korewanetadesu.com/?p=go-signalcontext.git;a=blobdiff_plain;f=error.go;h=3ca599e26806b7b3a21f659bd14424cfab29a73d;hp=ac99fecfb3b738c167bcf7f736ce2d5df547f86e;hb=refs%2Fheads%2Fmaster;hpb=6a94085eceddccaf258cb8e384fa4aa6d428aa13 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 }