Skip to content

Commit 6e383f3

Browse files
committed
fix work selector intf comments for mark_scheduled
1 parent 1020e26 commit 6e383f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/work_selector/intf.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module type Lib_intf = sig
115115
include
116116
State_intf with type transition_frontier := Inputs.Transition_frontier.t
117117

118-
(**Jobs that have not been assigned yet*)
118+
(** [mark_scheduled t work] Mark [work] as scheduled in [t] *)
119119
val mark_scheduled :
120120
t
121121
-> ( Transaction_witness.t

0 commit comments

Comments
 (0)