Skip to content

Commit 2e642a2

Browse files
authored
Update denotational-semantic.rb
1 parent 9e8ea5e commit 2e642a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semantic/denotational-semantic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def inspect
2727
end
2828
end
2929

30-
# => "-> e { 5 }"
30+
# => "-> e { 2 }"
3131
Number.new(2).to_ruby
3232
# => "-> e { true }"
3333
Boolean.new(true).to_ruby
@@ -235,4 +235,4 @@ def to_ruby
235235

236236
# => {:x=>3}
237237
proc = eval(statement.to_ruby)
238-
proc.call({x: 1})
238+
proc.call({x: 1})

0 commit comments

Comments
 (0)