Skip to content

Commit 60af20a

Browse files
committed
Fix typo in README.md
1 parent 53fe218 commit 60af20a

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
@@ -153,7 +153,7 @@ class SimpleButLazyDataProtocol {
153153
//Lazily Setting the Data Count of the DataComponent1.
154154
}
155155

156-
addShortHandler { data, handlingHint ->
156+
addIntHandler { data, handlingHint ->
157157
if (handlingHint == 1)
158158
println("this is int data $data")
159159
}

0 commit comments

Comments
 (0)