Skip to content

Commit

Permalink
Update out-of-date run comment in lib/lin.ml
Browse files Browse the repository at this point in the history
Co-authored-by: shym <[email protected]>
  • Loading branch information
jmid and shym authored Oct 13, 2022
1 parent f49c336 commit bb3b5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lin.ml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module type CmdSpec = sig
e.g., for closing sockets, files, or resetting global parameters *)

val run : (Var.t option * cmd) -> t array -> res
(** [run (opt,c) t] should interpret the command [c] over the system under test [t] (typically side-effecting).
(** [run (opt,c) t] should interpret the command [c] over the various instances of the system under test [t array] (typically side-effecting).
[opt] indicates the index to store the result. *)
end

Expand Down

0 comments on commit bb3b5cd

Please sign in to comment.