We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549d9d9 commit c373758Copy full SHA for c373758
1 file changed
src/Language/PureScript/Make.hs
@@ -290,7 +290,7 @@ readTextFile :: FilePath -> Make String
290
readTextFile path = makeIO (const (ErrorMessage [] $ CannotReadFile path)) $ readUTF8File path
291
292
-- | Infer the module name for a module by looking for the same filename with
293
--- a .js extension.
+-- a .lua extension.
294
inferForeignModules
295
:: forall m
296
. MonadIO m
0 commit comments