Skip to content

Commit c7d7bf7

Browse files
committed
Fix typo in one of the Haddock annotations
1 parent 435f497 commit c7d7bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psci/Directive.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data Directive
3030
deriving Eq
3131

3232
-- |
33-
-- Maps given directive relating command strings.
33+
-- Maps given directive to relating command strings.
3434
--
3535
commands :: Directive -> [String]
3636
commands Help = ["?", "help"]

0 commit comments

Comments
 (0)