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