Skip to content

Commit 1c7301b

Browse files
authored
Removes unnecessary type variable from docstring
1 parent 3cb7007 commit 1c7301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Effect/Exception.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ throw = throwException <<< error
8787
-- | For example:
8888
-- |
8989
-- | ```purescript
90-
-- | main :: forall eff. Effect Unit
90+
-- | main :: Effect Unit
9191
-- | main = do
9292
-- | result <- try (readTextFile UTF8 "README.md")
9393
-- | case result of

0 commit comments

Comments
 (0)