We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6a969 commit b76eb96Copy full SHA for b76eb96
lib/picos/picos.mli
@@ -313,7 +313,7 @@ module Trigger : sig
313
should assume that the [resume] action might be called from a different
314
domain running in parallel with neither effect nor exception handlers and
315
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.
+ the action doesn't return quickly it may cause performance issues.
317
318
⚠️ The returned trigger will be in the awaiting state, which means that it
319
is an error to call {!await}, {!on_signal}, or {!dispose} on it. *)
0 commit comments