Skip to content

Commit

Permalink
Merge pull request #1 from shingara/patch-1
Browse files Browse the repository at this point in the history
Little Typo
  • Loading branch information
Markus Schirp committed Nov 25, 2012
2 parents af6ea75 + 536fb53 commit a98bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
Foo.new # raises NotImplementedError: Foo is an abstract class
Foo.singleton_method # raises NotImplementedError: Foo.bar is not implemented

# Subclassing to allow instancitation
# Subclassing to allow instanciation
class Baz < Foo; end

object = Baz.new
Expand Down

0 comments on commit a98bc5d

Please sign in to comment.