We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7fd07 commit f827b11Copy full SHA for f827b11
lib/erb.rb
@@ -467,7 +467,7 @@
467
# ```
468
#
469
# You can give `trim_mode: '>'` to suppress the trailing newline
470
-# for each line that ends with `'%<'` (regardless of its beginning):
+# for each line that ends with `'%>'` (regardless of its beginning):
471
472
473
# ERB.new(template, trim_mode: '>').result.lines.each {|line| puts line.inspect }
0 commit comments