-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Enhanced RDoc #62
Conversation
ext/date/date_core.c
Outdated
* | ||
* Returns the Julian start date for calendar reform; | ||
* if not an infinity, the returned value is suitable | ||
* for passing to Date#jd( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo:
* for passing to Date#jd( | |
* for passing to Date#jd: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
ext/date/date_core.c
Outdated
* Date.new(2001, 2, 3, Date::GREGORIAN).start # => -Infinity | ||
* Date.new(2001, 2, 3, Date::JULIAN).start # => Infinity | ||
* | ||
* The returned value is sui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's some leftover text here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Minor edits to 11 methods' documentation. ruby/date@00bb7f6648
Minor edits to 11 methods' documentation.