Skip to content

Commit b2cceed

Browse files
authored
Merge pull request #632 from henrebotha/patch-1
Align example with text
2 parents 83e40e3 + 0106f83 commit b2cceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rakefile.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameter that is the name of the task.
3030
Any prerequisites are given as a list (enclosed in square brackets)
3131
following the name and an arrow (=>).
3232

33-
task name: [:prereq1, :prereq2]
33+
task :name => [:prereq1, :prereq2]
3434

3535
*NOTE:* Although this syntax looks a little funky, it is legal
3636
Ruby. We are constructing a hash where the key is :name and the value

0 commit comments

Comments
 (0)