aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-13 12:26:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-13 12:26:01 +0000
commit4b6008ce0dbf76a03213071d83d435f4f1835811 (patch)
treec710d9ea0d5f5f7950f12d796d274a11aa120138
parent506e11a886d71f368f171c4bba61ca987f67b355 (diff)
downloadruby-4b6008ce0dbf76a03213071d83d435f4f1835811.tar.gz
fix unbalanced backquote [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18cd2885cf..c659a643b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@ Tue Sep 13 00:39:47 2016 Aaron Patterson <tenderlove@ruby-lang.org>
Mon Sep 12 13:46:23 2016 Anton Davydov <mail@davydovanton.com>
- * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`
+ * lib/uri/mailto.rb: Removed needless `return` and use `.` instead of `::`
with class method.
* test/uri/test_mailto.rb: Added tests for coverage.
[fix GH-1426][Misc #12750][ruby-core:77242]