aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-01-06 10:28:44 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-01-06 10:28:44 -0200
commit6bf93b22d558c03f1406bcf72a81d9dabfd557f7 (patch)
treeff4e7cb34d1322e48ab8a3e03dcc62e0d97eb830
parent5d238ea926560ad0cb1287c6bcc34d2d3d7f982d (diff)
downloadrails-6bf93b22d558c03f1406bcf72a81d9dabfd557f7.tar.gz
rails-6bf93b22d558c03f1406bcf72a81d9dabfd557f7.tar.bz2
rails-6bf93b22d558c03f1406bcf72a81d9dabfd557f7.zip
Fix typo in AS changelog, improve highlight [ci skip]
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 6cc04dbe27..2cb1e79365 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -10,12 +10,12 @@
Time.new(1582, 10, 4).to_date.gregorian.to_s # => "1582-10-04"
This patch ensures that when the intermediate `Date` object is advanced
- to yield a new `Date` object, that the `Time` object for return is contructed
+ to yield a new `Date` object, that the `Time` object for return is constructed
with a proleptic gregorian month, date and year.
*Riley Lynch*
-* MemCacheStore should only accept a Dalli::Client, or create one.
+* `MemCacheStore` should only accept a `Dalli::Client`, or create one.
*arthurnn*