Skip to content

Commit 3cb7007

Browse files
authored
Merge pull request #31 from kedashoe/master
Console.logShow instead of print in example
2 parents 9012eb0 + 0d9906d commit 3cb7007

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
@@ -67,7 +67,7 @@ foreign import throwException
6767
-- | For example:
6868
-- |
6969
-- | ```purescript
70-
-- | main = catchException print do
70+
-- | main = catchException Console.logShow do
7171
-- | Console.log "Exceptions thrown in this block will be logged to the console"
7272
-- | ```
7373
foreign import catchException

0 commit comments

Comments
 (0)