aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]