Skip to content

Commit ff768a9

Browse files
Merge pull request #184 from alextes/patch-1
Fix forkAff documentation typo "am" -> "an"
2 parents 78916a9 + e1733a0 commit ff768a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Effect/Aff.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ runAff_ k aff = void $ runAff k aff
241241
runSuspendedAff a. (Either Error a Effect Unit) Aff a Effect (Fiber Unit)
242242
runSuspendedAff k aff = launchSuspendedAff $ liftEffect <<< k =<< try aff
243243

244-
-- | Forks am `Aff` from within a parent `Aff` context, returning the `Fiber`.
244+
-- | Forks an `Aff` from within a parent `Aff` context, returning the `Fiber`.
245245
forkAff a. Aff a Aff (Fiber a)
246246
forkAff = _fork true
247247

0 commit comments

Comments
 (0)