File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module Make : functor (Spec : STM_base.Spec) ->
2626 (* * Parallel agreement test based on [Domain] which combines [repeat] and [~retries] *)
2727
2828 val neg_agree_test_par : count :int -> name :string -> QCheck.Test .t
29- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
29+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
3030 [count] is the test count and [name] is the printed test name. *)
3131
3232 end
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ module Make : functor (Spec : STM_base.Spec) ->
2121 [count] is the test count and [name] is the printed test name. *)
2222
2323 val neg_agree_test : count :int -> name :string -> QCheck.Test .t
24- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
24+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
2525 [count] is the test count and [name] is the printed test name. *)
2626 end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Make : functor (Spec : STM_base.Spec) ->
1515 (* * Concurrent agreement test based on [Thread] which combines [repeat] and [~retries] *)
1616
1717 val neg_agree_test_conc : count :int -> name :string -> QCheck.Test .t
18- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
18+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
1919 [count] is the test count and [name] is the printed test name. *)
2020
2121 end
You can’t perform that action at this time.
0 commit comments