Skip to content

Commit 1512314

Browse files
BurdetteLamark0kubun
authored andcommitted
[DOC] Correct two errors
1 parent a082298 commit 1512314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/erb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,12 +1173,12 @@ def def_module(methodname='erb')
11731173
# template = ERB.new(html)
11741174
# ```
11751175
#
1176-
# Create a base class that has `@arg1` and `arg2`:
1176+
# Create a base class that has `@arg1` and `@arg2`:
11771177
#
11781178
# ```
11791179
# class MyBaseClass
11801180
# def initialize(arg1, arg2)
1181-
# @arg1 = arg1;
1181+
# @arg1 = arg1
11821182
# @arg2 = arg2
11831183
# end
11841184
# end

0 commit comments

Comments
 (0)