summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-22 01:43:17 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-22 01:43:17 +0000
commit21269d37a110f78d84e875af8efa2f511e101717 (patch)
tree476a8db3c488fb7f51a88a45dea44854ed0aa32a /ChangeLog
parent95c78413f9fd5fa20e350fe6286831124aa787a0 (diff)
Fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e27ec0e1f..eeb792cf42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Fri Jul 22 10:35:35 2016 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrong
entry reference name of double quote.
- [Bug#12609][ruby-core:76509]
+ [Bug #12609][ruby-core:76509]
Patch by Joseph Marrero. Thanks!!!
Fri Jul 22 10:32:13 2016 Martin Duerst <duerst@it.aoyama.ac.jp>