Skip to content

Commit c67c8bf

Browse files
committed
docs: remove init from the "Missing" list
1 parent 76bf4e7 commit c67c8bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/BwdLabels.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{- Functions [rev], [rev_append], [rev_map], and [rev_map2] will {i never} be included.}}}
2121
{- Missing but may be added in the future:
2222
{ul
23-
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
23+
{- [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
2424
{- Functions related to association lists.}
2525
{- Functions related to sorting.}
2626
{- Conversion from/to sequences.}}}}

src/BwdNoLabels.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{- Functions [rev], [rev_append], [rev_map], and [rev_map2] will {i never} be included.}}}
2121
{- Missing but may be added in the future:
2222
{ul
23-
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
23+
{- [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
2424
{- Functions related to association lists.}
2525
{- Functions related to sorting.}
2626
{- Conversion from/to sequences.}}}}

0 commit comments

Comments
 (0)