mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Typo and sentence restructuring
This commit is contained in:
parent
8314c8ebb9
commit
bfce2a4cd3
1 changed files with 3 additions and 3 deletions
|
@ -3024,7 +3024,7 @@ Date.new(2010, 1, 31).change(:month => 2)
|
||||||
|
|
||||||
h5(#date-durations). Durations
|
h5(#date-durations). Durations
|
||||||
|
|
||||||
Durations can be added and substracted to dates:
|
Durations can be added to and subtracted from dates:
|
||||||
|
|
||||||
<ruby>
|
<ruby>
|
||||||
d = Date.current
|
d = Date.current
|
||||||
|
@ -3232,7 +3232,7 @@ DateTime.current.change(:month => 2, :day => 30)
|
||||||
|
|
||||||
h5(#datetime-durations). Durations
|
h5(#datetime-durations). Durations
|
||||||
|
|
||||||
Durations can be added and substracted to datetimes:
|
Durations can be added to and subtracted from datetimes:
|
||||||
|
|
||||||
<ruby>
|
<ruby>
|
||||||
now = DateTime.current
|
now = DateTime.current
|
||||||
|
@ -3353,7 +3353,7 @@ If the time to be constructed lies beyond the range supported by +Time+ in the r
|
||||||
|
|
||||||
h5(#time-durations). Durations
|
h5(#time-durations). Durations
|
||||||
|
|
||||||
Durations can be added and substracted to time objects:
|
Durations can be added to and subtracted from time objects:
|
||||||
|
|
||||||
<ruby>
|
<ruby>
|
||||||
now = Time.current
|
now = Time.current
|
||||||
|
|
Loading…
Reference in a new issue