README.md in rubytutor-0.1.0 vs README.md in rubytutor-0.1.1
- old
+ new
@@ -55,11 +55,11 @@
# >> Instance of Class: String
# >> Value: string
# >> Length: 6
# >> Mutable? Yes
# >> Object ID: 70179170680460
-# >> Inhertits From: Comparable, Object, Kernel, BasicObject
+# >> Inherits From: Comparable, Object, Kernel, BasicObject
# >>
# >> Description:
# >> This object is an instance of the String class.
# >> A String object is an expression that can hold
# >> letters, numbers and all sorts of different characters,
@@ -82,10 +82,10 @@
# >> Instance of Class: String
# >> Value: string
# >> Length: 6
# >> Mutable? Yes
# >> Object ID: 70179170680460
-# >> Inhertits From: Comparable, Object, Kernel, BasicObject
+# >> Inherits From: Comparable, Object, Kernel, BasicObject
RubyTutor.describe 'string'
# >> Description:
# >> This object is an instance of the String class.