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
commit24afa3987ccc04c357942a197151165931867379 (patch)
treec710d9ea0d5f5f7950f12d796d274a11aa120138
parent2608f7d9c53490acf51814d7fda34b03d85b2f80 (diff)
downloadruby-24afa3987ccc04c357942a197151165931867379.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]