Skip to content

Commit

Permalink
Merge pull request honza#295 from cpjolicoeur/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
iurifq committed Nov 27, 2013
2 parents 8934055 + b79fa67 commit 80eae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ snippet ana
accepts_nested_attributes_for :${0:association}
# ivc == instance variable cache
snippet ivc
@${1:variable_name} ||= ${0:chached_value}
@${1:variable_name} ||= ${0:cached_value}
# include Enumerable
snippet Enum
include Enumerable
Expand Down

0 comments on commit 80eae35

Please sign in to comment.