Skip to content

Commit 6d64d24

Browse files
committed
Fix typo
1 parent f8ab869 commit 6d64d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_std.awaitable/picos_std_awaitable.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module Awaitable : sig
7575
it is typically a good idea to avoid potentially waking up large numbers
7676
of fibers as it can easily lead to the
7777
{{:https://en.wikipedia.org/wiki/Thundering_herd_problem} thundering herd}
78-
phenomana. *)
78+
phenomena. *)
7979

8080
val await : 'a t -> 'a -> unit
8181
(** [await awaitable before] suspends the current fiber until the awaitable is

0 commit comments

Comments
 (0)