summaryrefslogtreecommitdiff
path: root/lib/erb.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 07:55:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 07:55:58 +0000
commit861b7d781eb4e1d0eb2b3862bcf48e0cfc564a40 (patch)
tree1240155664facee268d1324ab4b2050489912b90 /lib/erb.rb
parentad989e5521172a9e51f7cbc1b568faf500bdcf24 (diff)
fix encoding spec
"UTF-8" is invalid encoding name in Emacs, use "utf-8" instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/erb.rb')
-rw-r--r--lib/erb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erb.rb b/lib/erb.rb
index 3c3cabe209..9c32131288 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -68,7 +68,7 @@ require "cgi/util"
# a magic comment, however, it returns a string in the encoding specified
# by the magic comment.
#
-# # -*- coding: UTF-8 -*-
+# # -*- coding: utf-8 -*-
# require 'erb'
#
# template = ERB.new <<EOF