We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ab869 commit 6d64d24Copy full SHA for 6d64d24
lib/picos_std.awaitable/picos_std_awaitable.mli
@@ -75,7 +75,7 @@ module Awaitable : sig
75
it is typically a good idea to avoid potentially waking up large numbers
76
of fibers as it can easily lead to the
77
{{:https://en.wikipedia.org/wiki/Thundering_herd_problem} thundering herd}
78
- phenomana. *)
+ phenomena. *)
79
80
val await : 'a t -> 'a -> unit
81
(** [await awaitable before] suspends the current fiber until the awaitable is
0 commit comments