File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ success (ran 1 tests)
301301]}
302302
303303
304- {1: [Lin] in a bit more detail}
304+ {1 [Lin] in a bit more detail}
305305
306306Underneath the hood [Lin] uses QCheck and OCaml's pseudo-random number
307307generator from the [Random] module to generate arbitrary [cmd]
@@ -325,7 +325,7 @@ failing the test whereas another run passes it. {!Lin_domain} uses the
325325address the issue and help increase reproducibility.
326326
327327
328- {1: Current limitations}
328+ {1 Current limitations}
329329
330330[Lin] comes with a number of limitations which we plan to address in
331331future releases. Currently {{!Lin.Spec.api}[Spec.api]} descriptions:
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ easily conclude there is something wrong in the implementation of the removal
587587of an element when the element is indeed in the set.
588588
589589
590- {1: [STM] in a bit more detail}
590+ {1 [STM] in a bit more detail}
591591
592592[STM] uses QCheck and OCaml's pseudo-random number generator from the
593593[Random] module to generate arbitrary [cmd] sequences and arbitrary
@@ -612,7 +612,7 @@ combinator to repeat each test case 25 times to address the issue and
612612help increase reproducibility.
613613
614614
615- {1: Current limitations}
615+ {1 Current limitations}
616616
617617[STM] comes with a couple of limitations:
618618
You can’t perform that action at this time.
0 commit comments