Skip to content

Commit d1e08a2

Browse files
trofierikd
authored andcommitted
fix haddock markup in Language/JavaScript/Parser/Token.hs
haddock failed as: > src/Language/JavaScript/Parser/Token.hs:16:5: > parse error on input ‘-- * The tokens’ Signed-off-by: Sergei Trofimovich <siarheit@google.com> Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: #38 Closes: #39
1 parent 37d586e commit d1e08a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Language/JavaScript/Parser/Token.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
-----------------------------------------------------------------------------
1414

1515
module Language.JavaScript.Parser.Token
16-
-- * The tokens
17-
( Token (..)
16+
(
17+
-- * The tokens
18+
Token (..)
1819
, CommentAnnotation (..)
1920
-- * String conversion
2021
, debugTokenString

0 commit comments

Comments
 (0)