summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
diff options
context:
space:
mode:
authornoahlz <nzucker@gmail.com>2013-07-05 22:08:46 -0400
committernoahlz <nzucker@gmail.com>2013-07-05 22:08:46 -0400
commit48448599ffe81772bc8b01fffeb63af353913748 (patch)
treeeade5ea1e969ef9bf039febd021229e222adf001 /ruby.html.markdown
parent2fd1664c296cf45a5a5640def9c8dc927e885138 (diff)
s/$/#/ typo
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r--ruby.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown
index 2c9a4cb9..8b223000 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -281,7 +281,7 @@ class Human
end
# A class method uses self to distinguish from instance methods.
- $ It can only be called on the class, not an instance.
+ # It can only be called on the class, not an instance.
def self.say(msg)
puts "#{msg}"
end