diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 6c95a01a0eb587724914e66add70d9edc7d3aa06..370ab311c2e57d3eb577ba3ed43cb5cd32ea3ef3 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -3277,7 +3277,7 @@ The class +DateTime+ is a subclass of +Date+ so by loading +active_support/core_ yesterday tomorrow beginning_of_week (monday, at_beginning_of_week) -end_on_week (at_end_of_week) +end_of_week (at_end_of_week) weeks_ago prev_week next_week @@ -3451,7 +3451,7 @@ since (in) beginning_of_day (midnight, at_midnight, at_beginning_of_day) end_of_day beginning_of_week (monday, at_beginning_of_week) -end_on_week (at_end_of_week) +end_of_week (at_end_of_week) weeks_ago prev_week next_week