[Git][ghc/ghc][wip/js-th] Fix comment for silly haddock
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Feb 6 16:14:43 UTC 2023
Sylvain Henry pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC
Commits:
653bf305 by Sylvain Henry at 2023-02-06T17:18:42+01:00
Fix comment for silly haddock
- - - - -
1 changed file:
- compiler/GHC/Runtime/Interpreter/JS.hs
Changes:
=====================================
compiler/GHC/Runtime/Interpreter/JS.hs
=====================================
@@ -7,7 +7,7 @@
--
-- The JS interpreter works as follows:
--
--- $topdir/ghc-interp.js is a simple JS script used to bootstrap the external
+-- ghc-interp.js is a simple JS script used to bootstrap the external
-- interpreter server (iserv) that is written in Haskell. This script waits for
-- commands on stdin:
-- LOAD foo.js -- load a JS file in the current JS environment
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/653bf305257c886845e80e1b692e105d8cd18ece
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/653bf305257c886845e80e1b692e105d8cd18ece
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230206/21d62a6c/attachment.html>
More information about the ghc-commits
mailing list