Skip to content

Commit 8f26f4f

Browse files
authored
style: update missing link to Swift documentation reference in Bomb Defuser exercise (#739)
* style: update link to Swift documentation reference * style: update link to redirected url on docs.swift.org
1 parent 1fb3a93 commit 8f26f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/concept/bomb-defuser/.docs/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ func makeAdder(base: Int) -> (Int) -> Int {
4747
{ (x: Int) -> Int in base + x }
4848
}
4949
```
50+
51+
[closure-expressions]: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/closures/#Closure-Expressions

0 commit comments

Comments
 (0)