Skip to content

Commit e05f6bd

Browse files
committed
Merge pull request #32 from MichaelBaker/patch-2
Adds a missing argument to `incrementCounter`
2 parents 03d6d86 + de514c0 commit e05f6bd

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
@@ -39,7 +39,7 @@ hello = mkUI spec do
3939
, text props.name
4040
]
4141
42-
incrementCounter = do
42+
incrementCounter e = do
4343
val <- readState
4444
writeState (val + 1)
4545

0 commit comments

Comments
 (0)