diff --git a/swift-weak.codesnippet b/swift-weak.codesnippet
index 33a39a5..486efcc 100644
--- a/swift-weak.codesnippet
+++ b/swift-weak.codesnippet
@@ -10,7 +10,7 @@
IDECodeSnippetContents
[weak self] in
- guard let `self` = self else { return }
+ guard let self = self else { return }
IDECodeSnippetIdentifier
B5FFB5B9-1B62-49B5-B1E1-0749BBE07D42
IDECodeSnippetLanguage