Skip to content

Commit

Permalink
Fix a single character typo in one of the method comments
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed May 27, 2013
1 parent 3034677 commit d3c8975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cinch/storage/yaml.rb
Expand Up @@ -24,7 +24,7 @@ def [](key)
@yaml[key]
end

# (see Strage#[]=)
# (see Storage#[]=)
def []=(key, value)
@yaml[key] = value
end
Expand Down

0 comments on commit d3c8975

Please sign in to comment.