Skip to content

Commit 3a06f14

Browse files
committed
Merge pull request #1 from punty/patch-1
fixing typo
2 parents 37ace4b + 0fdae70 commit 3a06f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/Weak Self With AddDisposableTo.codesnippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string>All</string>
1010
</array>
1111
<key>IDECodeSnippetContents</key>
12-
<string>{ [weak self] &lt;#sinature#&gt; in
12+
<string>{ [weak self] &lt;#signature#&gt; in
1313
guard let _self = self else { return }
1414
&lt;##&gt;
1515
}

0 commit comments

Comments
 (0)