Syntax doc typo and rename
This commit is contained in:
parent
61ce0bbbeb
commit
838f555fb9
|
@ -11,7 +11,7 @@ Holidays are grouped by month from 1 through 12. Each entry within a month can
|
|||
|
||||
===== Dates defined by a fixed date (e.g. January 1st)
|
||||
|
||||
[<tt>wday</tt>] Integer representing day of the month (1 through 31).
|
||||
[<tt>mday</tt>] Integer representing day of the month (1 through 31).
|
||||
|
||||
For example, the following holiday is on the first of January and available in the <tt>ca</tt>, <tt>us</tt> and <tt>au</tt> regions.
|
||||
|
|
@ -36,7 +36,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
|
|||
rdoc.options << '--all' << '--inline-source' << '--line-numbers'
|
||||
rdoc.options << '--charset' << 'utf-8'
|
||||
rdoc.rdoc_files.include('README.rdoc')
|
||||
rdoc.rdoc_files.include('data/SYNTAX')
|
||||
rdoc.rdoc_files.include('data/SYNTAX.rdoc')
|
||||
rdoc.rdoc_files.include('lib/holidays/MANIFEST')
|
||||
rdoc.rdoc_files.include('REFERENCES')
|
||||
rdoc.rdoc_files.include('CHANGELOG')
|
||||
|
|
Loading…
Reference in a new issue