Skip to content

Commit 687a771

Browse files
Fix typo: rmdir -> rm (#83)
1 parent b210f7b commit 687a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/FS/Aff.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ rmdir' = toAff2 A.rmdir'
204204
-- | Deletes a file or directory.
205205
-- |
206206
rm :: FilePath -> Aff Unit
207-
rm = toAff1 A.rmdir
207+
rm = toAff1 A.rm
208208

209209
-- |
210210
-- | Deletes a file or directory with options.

0 commit comments

Comments
 (0)