Skip to content

Commit 7638b8f

Browse files
committed
more documentation polish
1 parent bfe910f commit 7638b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ issues are indeed found as expected (aka. sanity check). For both of
8080
these a counter example is consistently found and shrunk:
8181

8282
- [src/neg_tests/ref_test.ml](src/neg_tests/ref_test.ml) tests an unprotected global ref.
83-
8483
- [src/neg_tests/conclist_test.ml](src/neg_tests/conclist_test.ml) tests a buggy concurrent list.
8584

8685

@@ -106,13 +105,14 @@ A recent combinator-based signature DSL in the style of [Ctypes](https://github.
106105
lowers the required user input to little more than a signature per tested command.
107106
See [test/lin_api.ml](test/lin_api.ml) for an example.
108107

109-
The modules can be used as part of the `multicorecheck.lin` library (i.e. in the
110-
[`multicorecheck` package](multicorecheck.opam)).
108+
The modules can be used as part of the `multicorecheck.lin` library from the
109+
[`multicorecheck` package](multicorecheck.opam).
111110

112111
Again we use examples with known problems to help ensure that
113112
concurrency issues are indeed found as expected:
114113
- [src/neg_tests/lin_tests_common.ml](src/neg_tests/lin_tests_common.ml) and
115114
- [src/neg_tests/domain_lin_tests.ml](src/neg_tests/domain_lin_tests.ml)
115+
116116
contain "sanity check tests" for `ref` and `CList` over unboxed `int` and
117117
boxed `int64` types.
118118

0 commit comments

Comments
 (0)