Skip to content

Commit

Permalink
add missing params to task call-seq examples to match consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 24, 2018
1 parent e4ebe51 commit 760834b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rake/dsl_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ module DSL
private

# :call-seq:
# task task_name
# task task_name: dependencies
# task task_name, arguments => dependencies
# task(task_name)
# task(task_name: dependencies)
# task(task_name, arguments => dependencies)
#
# Declare a basic task. The +task_name+ is always the first argument. If
# the task name contains a ":" it is defined in that namespace.
Expand Down

0 comments on commit 760834b

Please sign in to comment.