Skip to content

Commit

Permalink
L -> l
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnewspecies committed Aug 16, 2018
1 parent 78a3d38 commit cd835f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presto/Backend/Language/Flow.purs
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ runSysCmd :: forall st rt. String -> BackendFlow st rt String
runSysCmd cmd = wrap $ RunSysCmd cmd id

forkFlow :: forall st rt a. BackendFlow st rt a -> BackendFlow st rt Unit
forkFLow flow = wrap $ Fork flow id
forkFlow flow = wrap $ Fork flow id

0 comments on commit cd835f7

Please sign in to comment.