Skip to content

Commit cf7f4ac

Browse files
committed
Fix typo in README example. (Marvin)
1 parent 03c5522 commit cf7f4ac

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For example, here is a simple "Hello, World!" commandline tool.
5454
include Executable
5555

5656
# Say it in uppercase?
57-
def load=(bool)
57+
def loud=(bool)
5858
@loud = bool
5959
end
6060

File renamed without changes.

0 commit comments

Comments
 (0)