Skip to content

Commit df85e75

Browse files
committed
Typo: *An* negative
1 parent 2fb2517 commit df85e75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/STM_domain.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/STM_sequential.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/STM_thread.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)