Skip to content

Commit

Permalink
Fix a typo in Timex.shift/2 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TORIFUKUKaiou authored and bitwalker committed May 18, 2020
1 parent a9c97e2 commit 24bcdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ defmodule Timex do
if the shift moves to an ambiguous time period for the zone of that DateTime.
Shifting by months will always return a date in the expected month. Because months
have different number of days, shifting to a month with fewer days may may not be
have different number of days, shifting to a month with fewer days may not be
the same day of the month as the original date.
If an error occurs, an error tuple will be returned.
Expand Down

0 comments on commit 24bcdc7

Please sign in to comment.