Skip to content

Commit

Permalink
consistent godoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Feb 19, 2020
1 parent 0dd086c commit 6da9e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decor/on_complete.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package decor
// `decorator` Decorator to wrap
//
// `message` message to display on complete event
//
func OnComplete(decorator Decorator, message string) Decorator {
d := &onCompleteWrapper{
Decorator: decorator,
Expand Down

0 comments on commit 6da9e03

Please sign in to comment.