Add project documentation and licensing
[go-signalcontext.git] / error.go
index ac99fec..3ca599e 100644 (file)
--- 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
 }