We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4103cb8 commit df0117eCopy full SHA for df0117e
userdocs/diagnostics/trailing-closure-matching.md
@@ -9,7 +9,7 @@ func animate(
9
completion: (() -> Void)? = nil
10
) { /* ... */ }
11
12
-animate(withDuration: 0.3) /* `animate:` is unwritten. */ {
+animate(withDuration: 0.3) /* `animations:` is unwritten. */ {
13
// Animate something.
14
} completion: {
15
// Completion handler.
0 commit comments