Skip to content

Commit cdc30d8

Browse files
committed
Fixed a typo
1 parent 8c36139 commit cdc30d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-classes/src/Control/Monad/Class/MonadAsync.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ instance Exception ExceptionInLinkedThread where
347347
fromException = E.asyncExceptionFromException
348348
toException = E.asyncExceptionToException
349349

350-
-- | Generalizion of 'link' that links an async to an arbitrary thread.
350+
-- | Generalization of 'link' that links an async to an arbitrary thread.
351351
linkTo :: (MonadAsync m, MonadFork m, MonadMask m)
352352
=> ThreadId m -> Async m a -> m ()
353353
linkTo tid = linkToOnly tid (not . isCancel)

0 commit comments

Comments
 (0)