Skip to content

Commit

Permalink
📝 Add period to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Nov 22, 2013
1 parent 03eac36 commit 05a9ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Task
@callback = args.pop() if _.isFunction(args[args.length - 1])
@send({event: 'start', args})

# Public: Send message to the task
# Public: Send message to the task.
#
# * message:
# The message to send
Expand Down

0 comments on commit 05a9ace

Please sign in to comment.