Skip to content

Commit

Permalink
Merge pull request go-tomb#4 from hartzell/patch-1
Browse files Browse the repository at this point in the history
Small typo fix.
  • Loading branch information
niemeyer committed Oct 24, 2014
2 parents c131134 + 6d544e3 commit dd63297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomb.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// When the tomb state changes to dying and there's still logic going
// on within the goroutine, nested functions and methods may choose to
// return ErrDying as their error value, as this error won't alter the
// tomb state if provied to the Kill method. This is a convenient way to
// tomb state if provided to the Kill method. This is a convenient way to
// follow standard Go practices in the context of a dying tomb.
//
// For background and a detailed example, see the following blog post:
Expand Down

0 comments on commit dd63297

Please sign in to comment.