Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Nov 4, 2018
1 parent f455352 commit c7ca5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Expand Up @@ -277,7 +277,7 @@ methods for a longer period than 6.e release.
- `Complex` provides `.cis`, `.reals`, `.ceiling`, `.floor`, `.round`,
`.truncate`, and `.abs` methods and can be compared with `<=>` (as
long as the imaginary part is negligible)
- `DateTime` provides `.offset-in-hours`, `.hh-mm-ss` and `.Date`
- `DateTime` provides `.offset-in-hours`, `.hh-mm-ss`, and `.Date`
- `DateTime` can be compared with other `DateTime` objects using `<=>` operator
- `Date` provides `.DateTime` method
- `&infix:<+>`/`&infix:<->` can be called with `Duration`, `DateTime`,
Expand Down

0 comments on commit c7ca5c1

Please sign in to comment.