Skip to content

Commit 6af3c5f

Browse files
authored
Merge pull request #10 from twlkyao/patch-1
Update README
2 parents 267c4f1 + 41e7d83 commit 6af3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can read more [on our blog post.](http://techblog.badoo.com/blog/2014/08/28/
1717
Solution
1818
--------
1919

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

2323
![Screenshot](WeakHandler.png)

0 commit comments

Comments
 (0)