Skip to content

Commit f827b11

Browse files
suymatzbot
authored andcommitted
[ruby/erb] Fix typo in documentation
(ruby/erb#91) ruby/erb@6bceee7d6e
1 parent 2c7fd07 commit f827b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/erb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
# ```
468468
#
469469
# You can give `trim_mode: '>'` to suppress the trailing newline
470-
# for each line that ends with `'%<'` (regardless of its beginning):
470+
# for each line that ends with `'%>'` (regardless of its beginning):
471471
#
472472
# ```
473473
# ERB.new(template, trim_mode: '>').result.lines.each {|line| puts line.inspect }

0 commit comments

Comments
 (0)