Skip to content

Commit 4aec756

Browse files
author
Alex Biehl
committed
Typo
1 parent c5878ce commit 4aec756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-indentation.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ and indent when all of the following are true:
518518

519519
(defconst haskell-indentation-toplevel-list
520520
`(("module" . haskell-indentation-module)
521-
("signature" . haskell-indentationmodule)
521+
("signature" . haskell-indentation-module)
522522
("data" . haskell-indentation-data)
523523
("type" . haskell-indentation-data)
524524
("newtype" . haskell-indentation-data)

0 commit comments

Comments
 (0)