Skip to content

Commit 28cc816

Browse files
committed
Remove empty label warning from odoc
1 parent d74e47a commit 28cc816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/lin/index.mld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

306306
Underneath the hood [Lin] uses QCheck and OCaml's pseudo-random number
307307
generator from the [Random] module to generate arbitrary [cmd]
@@ -325,7 +325,7 @@ failing the test whereas another run passes it. {!Lin_domain} uses the
325325
address 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
331331
future releases. Currently {{!Lin.Spec.api}[Spec.api]} descriptions:

doc/stm/index.mld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ easily conclude there is something wrong in the implementation of the removal
587587
of 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
612612
help increase reproducibility.
613613

614614

615-
{1: Current limitations}
615+
{1 Current limitations}
616616

617617
[STM] comes with a couple of limitations:
618618

0 commit comments

Comments
 (0)