Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 245e809

Browse files
tricknoteskares
authored andcommitted
Fix example code syntax in README.md (#36)
1 parent 26d9ecc commit 245e809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
```ruby
4949
Rhino::Context.open do |context|
5050
context["say"] = lambda {|word, times| word * times}
51-
context.eval("say("Hello", 3)") #=> HelloHelloHello
51+
context.eval("say('Hello', 3)") #=> HelloHelloHello
5252
end
5353
```
5454

0 commit comments

Comments
 (0)