Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Sedano committed Mar 24, 2011
1 parent 51a6eaf commit 10dba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Item

attr_accessor :name, :sellin, :quality
attr_accessor :name, :sellIn, :quality


def initialize (name, sellIn, quality)
Expand Down

0 comments on commit 10dba81

Please sign in to comment.