Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
twlkyao committed May 14, 2018
1 parent 267c4f1 commit 41e7d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can read more [on our blog post.](http:https://techblog.badoo.com/blog/2014/08/28/
Solution
--------

`WeakHandler` is trickier then `android.os.Handler` , it will keep `WeakReferences` to runnables and messages,
`WeakHandler` is trickier than `android.os.Handler` , it will keep `WeakReferences` to runnables and messages,
and GC could collect them once `WeakHandler` instance is not referenced any more.

![Screenshot](WeakHandler.png)
Expand Down

0 comments on commit 41e7d83

Please sign in to comment.