Skip to content

Commit c373758

Browse files
committed
Fix a comment still mentioning .js
1 parent 549d9d9 commit c373758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Language/PureScript/Make.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ readTextFile :: FilePath -> Make String
290290
readTextFile path = makeIO (const (ErrorMessage [] $ CannotReadFile path)) $ readUTF8File path
291291

292292
-- | Infer the module name for a module by looking for the same filename with
293-
-- a .js extension.
293+
-- a .lua extension.
294294
inferForeignModules
295295
:: forall m
296296
. MonadIO m

0 commit comments

Comments
 (0)