Skip to content

Commit f14c375

Browse files
committed
Fix typo
1 parent 6babb94 commit f14c375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializer-method.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<snippet>
2-
<content><![CDATA[def initializer(${1:attribute})
2+
<content><![CDATA[def initialize(${1:attribute})
33
@${1} = ${1}
44
end]]></content>
55
<tabTrigger>defi</tabTrigger>

0 commit comments

Comments
 (0)