Skip to content

Commit 085c616

Browse files
authored
Typo fix
1 parent 78b6b01 commit 085c616

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
@@ -34,7 +34,7 @@ proSwipeBtn.setOnSwipeListener(new ProSwipeButton.OnSwipeListener() {
3434
@Override
3535
public void run() {
3636
// task success! show TICK icon in ProSwipeButton
37-
proSwipeBtn.showResultIcon(true); // false is task failed
37+
proSwipeBtn.showResultIcon(true); // false if task failed
3838
}
3939
}, 2000);
4040
}

0 commit comments

Comments
 (0)