Skip to content

Commit 64be5e2

Browse files
committed
Regenerated docs.
1 parent c8dbf96 commit 64be5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Node/ReadLine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A function which handles input from the user.
3434
#### `setLineHandler`
3535

3636
``` purescript
37-
setLineHandler :: forall eff a. LineHandler eff a -> Interface -> Eff (console :: CONSOLE | eff) Interface
37+
setLineHandler :: forall eff a. Interface -> LineHandler eff a -> Eff (console :: CONSOLE | eff) Interface
3838
```
3939

4040
Set the current line handler function.

0 commit comments

Comments
 (0)