Skip to content

Commit 626b76d

Browse files
committed
Fix to use full path in doc comment
1 parent 6ac1fc3 commit 626b76d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/picos_std.awaitable/picos_std_awaitable.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ module Awaitable : sig
114114
it from the FIFO associated with the awaitable.
115115
116116
ℹ️ If the associated trigger is used with only one awaiter and the
117-
{{!Trigger.await} await} on the trigger returns [None], there is no need
118-
to explicitly remove the awaiter, because it has already been removed.
119-
*)
117+
{{!Picos.Trigger.await} await} on the trigger returns [None], there is
118+
no need to explicitly remove the awaiter, because it has already been
119+
removed. *)
120120
end
121121

122122
(**/**)

0 commit comments

Comments
 (0)