Skip to content

Commit 45efadd

Browse files
committed
Merge pull request #151 from kyletolle/patch-1
Fix typo in Rake task description
2 parents 0e25b32 + 416fe7c commit 45efadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ end
428428

429429
task :rdoc => ["doc:clobber", "doc:generate"]
430430

431-
desc "Lists stas generated from the logs for the provided commit ranges"
431+
desc "Lists stats generated from the logs for the provided commit ranges"
432432
task :version_stats, :commit_ranges do |t, args|
433433
projects = Projects - ["rspec"]
434434

0 commit comments

Comments
 (0)