Skip to content

Commit 41e7d83

Browse files
authored
Update README
Fixed typo.
1 parent 267c4f1 commit 41e7d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)