Skip to content

Commit

Permalink
style: update missing link to Swift documentation reference in Bomb D…
Browse files Browse the repository at this point in the history
…efuser exercise (#739)

* style: update link to Swift documentation reference

* style: update link to redirected url on docs.swift.org
  • Loading branch information
mmmmmob authored May 22, 2024
1 parent 1fb3a93 commit 8f26f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/concept/bomb-defuser/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ func makeAdder(base: Int) -> (Int) -> Int {
{ (x: Int) -> Int in base + x }
}
```

[closure-expressions]: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/closures/#Closure-Expressions

0 comments on commit 8f26f4f

Please sign in to comment.