Skip to content

Commit

Permalink
Merge pull request #525 from zenspider/zenspider/rule
Browse files Browse the repository at this point in the history
Fix rule example to be correct
  • Loading branch information
hsbt committed Nov 30, 2023
2 parents 3691f19 + 54cbaa0 commit d015c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/dsl_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def namespace(name=nil, &block) # :doc:
#
# Example:
# rule '.o' => '.c' do |t|
# sh 'cc', '-o', t.name, t.source
# sh 'cc', '-c', '-o', t.name, t.source
# end
#
def rule(*args, &block) # :doc:
Expand Down

0 comments on commit d015c04

Please sign in to comment.