Skip to content

Commit de514c0

Browse files
committed
Adds a missing argument to incrementCounter
1 parent b4f1156 commit de514c0

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
@@ -21,7 +21,7 @@ hello = mkUI spec do
2121
text props.name
2222
]
2323

24-
incrementCounter = do
24+
incrementCounter e = do
2525
val <- readState
2626
writeState (val + 1)
2727

0 commit comments

Comments
 (0)