We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37ace4b + 0fdae70 commit 3a06f14Copy full SHA for 3a06f14
snippets/Weak Self With AddDisposableTo.codesnippet
@@ -9,7 +9,7 @@
9
<string>All</string>
10
</array>
11
<key>IDECodeSnippetContents</key>
12
- <string>{ [weak self] <#sinature#> in
+ <string>{ [weak self] <#signature#> in
13
guard let _self = self else { return }
14
<##>
15
}
0 commit comments