Skip to content

Commit 6c52fd9

Browse files
committed
Fix name of function in doc comment
1 parent 626b76d commit 6c52fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_std.sync/picos_std_sync.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ module Barrier : sig
501501
[max_parties]. *)
502502

503503
val parties : t -> int
504-
(** [paries barrier] returns the number of parties the barrier was
504+
(** [parties barrier] returns the number of parties the barrier was
505505
{{!create} created} with. *)
506506

507507
exception Poisoned

0 commit comments

Comments
 (0)