We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae0be14 + c6d5fff commit b67ec85Copy full SHA for b67ec85
System/FilePath/Internal.hs
@@ -53,7 +53,7 @@
53
-- /Example 2:/ Download a file from @url@ and save it to disk:
54
--
55
-- @do let file = 'makeValid' url
56
--- System.IO.createDirectoryIfMissing True ('takeDirectory' file)@
+-- System.Directory.createDirectoryIfMissing True ('takeDirectory' file)@
57
58
-- /Example 3:/ Compile a Haskell file, putting the @.hi@ file under @interface@:
59
0 commit comments