Skip to content

Commit 0ecfbe2

Browse files
Merge pull request rails#50749 from Earlopain/changelog-typo
Fix typo in ActiveSupport changelog [ci-skip]
2 parents 2835387 + 805fa6f commit 0ecfbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
*Jonathan Hefner*
2525

26-
* Fix `Time.now/DateTime.now/Date.today' to return results in a system timezone after `#travel_to'.
26+
* Fix `Time.now/DateTime.now/Date.today` to return results in a system timezone after `#travel_to`.
2727

2828
There is a bug in the current implementation of #travel_to:
2929
it remembers a timezone of its argument, and all stubbed methods start

0 commit comments

Comments
 (0)