aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-29 08:01:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-29 08:01:01 +0000
commit1c7bcd5498621f4c3c8c115824d531b50dc5d29a (patch)
tree0525a0bd69830d16e4e692051028aa3c1d30b0fc /ChangeLog
parenta8cfb55fd8581250fc97842535f7d3b34c58a716 (diff)
downloadruby-1c7bcd5498621f4c3c8c115824d531b50dc5d29a.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53687 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 4b7d024950..84a86a40f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Fri Jan 29 16:17:07 2016 Lucas Buchala <lucasbuchala@gmail.com>
Fri Jan 29 14:15:26 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/erb.rb (ERB::Compiler#detect_magic_comment): allow
- fronzen-string-literal in comment as well as encoding.
+ frozen-string-literal in comment as well as encoding.
* lib/erb.rb (ERB#def_method): insert def line just before the
first non-comment and non-empty line, not to leave duplicated