Skip to content

Commit 5ed61ea

Browse files
author
Ryan Trinkle
authored
Merge pull request #291 from reflex-frp/alexfmpe-patch-2
Typo
2 parents 6d57892 + 1fdcae5 commit 5ed61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quickref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For Events, the returned Event fires whenever the latest Event supplied by the w
166166
-- Flatten Behavior-of-Event to Event. Old Event is used during switchover.
167167
[ ] switch :: Behavior (Event a) -> Event a
168168

169-
-- Flatten Dyanmic-of-Event to Event. New Event is used immediately.
169+
-- Flatten Dynamic-of-Event to Event. New Event is used immediately.
170170
[ ] switchDyn :: Dynamic (Event a) -> Event a
171171

172172
-- Flatten Event-of-Event to Event that fires when both wrapper AND new Event fire.

0 commit comments

Comments
 (0)