Skip to content

Commit b76eb96

Browse files
committed
Adjust wording
1 parent ab6a969 commit b76eb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos/picos.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ module Trigger : sig
313313
should assume that the [resume] action might be called from a different
314314
domain running in parallel with neither effect nor exception handlers and
315315
that if the attached action doesn't return the system may deadlock or if
316-
actions doesn't return quickly it may cause performance issues.
316+
the action doesn't return quickly it may cause performance issues.
317317
318318
⚠️ The returned trigger will be in the awaiting state, which means that it
319319
is an error to call {!await}, {!on_signal}, or {!dispose} on it. *)

0 commit comments

Comments
 (0)