Skip to content

Commit 6ac1fc3

Browse files
committed
Fix markup of doc comment
1 parent 2bf5a41 commit 6ac1fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_std.awaitable/picos_std_awaitable.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ 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
117+
{{!Trigger.await} await} on the trigger returns [None], there is no need
118118
to explicitly remove the awaiter, because it has already been removed.
119119
*)
120120
end

0 commit comments

Comments
 (0)