We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misspell -w -error -source=text
1 parent f91b260 commit 2aa3a68Copy full SHA for 2aa3a68
1 file changed
lib/erb/util.rb
@@ -9,7 +9,7 @@
9
require 'cgi/escape'
10
11
# Load or define ERB::Escape#html_escape.
12
-# We don't build the C extention 'cgi/escape' for JRuby, TruffleRuby, and WASM.
+# We don't build the C extension 'cgi/escape' for JRuby, TruffleRuby, and WASM.
13
# miniruby (used by CRuby build scripts) also fails to load erb/escape.so.
14
begin
15
require 'erb/escape'
0 commit comments