Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samwarfield authored Jan 28, 2019
1 parent e1d5d63 commit d5c68f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ myFunctionWithEscapingClosure() { [weak self] in

self.doSomething()

// you can do this

self?.doSomething()

// NOT PREFERRED
guard let strongSelf = self else {
return
Expand Down

0 comments on commit d5c68f3

Please sign in to comment.