Skip to content

Commit

Permalink
Fix typo: rmdir -> rm (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonoidMusician authored Jun 23, 2024
1 parent b210f7b commit 687a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/FS/Aff.purs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ rmdir' = toAff2 A.rmdir'
-- | Deletes a file or directory.
-- |
rm :: FilePath -> Aff Unit
rm = toAff1 A.rmdir
rm = toAff1 A.rm

-- |
-- | Deletes a file or directory with options.
Expand Down

0 comments on commit 687a771

Please sign in to comment.