Skip to content

Commit 2aa3a68

Browse files
authored
Fixed by misspell -w -error -source=text (#99)
1 parent f91b260 commit 2aa3a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/erb/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'cgi/escape'
1010

1111
# Load or define ERB::Escape#html_escape.
12-
# We don't build the C extention 'cgi/escape' for JRuby, TruffleRuby, and WASM.
12+
# We don't build the C extension 'cgi/escape' for JRuby, TruffleRuby, and WASM.
1313
# miniruby (used by CRuby build scripts) also fails to load erb/escape.so.
1414
begin
1515
require 'erb/escape'

0 commit comments

Comments
 (0)