aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-07-22 00:27:39 +0200
committerXavier Noria <fxn@hashref.com>2016-07-22 00:27:39 +0200
commit9256bbbbd75361694817b409b2ad4644be194cad (patch)
tree410a4d650af115d052d8342e436d510ee41dff6b
parent929a6500806fe671d9ac0002da8537bf26b8f25d (diff)
downloadrails-9256bbbbd75361694817b409b2ad4644be194cad.tar.gz
rails-9256bbbbd75361694817b409b2ad4644be194cad.tar.bz2
rails-9256bbbbd75361694817b409b2ad4644be194cad.zip
the infamous typo only seen in GitHub's diff [ci skip]
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index b24f9e6987..280620df1c 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,5 @@
* Defines `Regexp.match?` for Ruby versions prior to 2.4. The predicate
- has the same interface, but it does not have the performance boost. It's
+ has the same interface, but it does not have the performance boost. Its
purpose is to be able to write 2.4 compatible code.
*Xavier Noria*