Skip to content

Commit 6324b0d

Browse files
committed
Fix documentation warnings
1 parent e47ecef commit 6324b0d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src-lwt/notty_lwt.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
open Notty
1414

15-
(** {1:fullscreen Fullscreen input and output}. *)
15+
(** {1:fullscreen Fullscreen input and output} *)
1616

1717
(** Terminal IO with concurrency.
1818

src-unix/notty_unix.mli

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99

1010
open Notty
1111

12-
(** {1:fullscreen Fullscreen input and output}. *)
12+
(** {1:fullscreen Fullscreen input and output} *)
1313

1414
(** Terminal IO abstraction for fullscreen, interactive applications.
1515
16-
This module provides both input and output. It assumes exclusive ownership of
17-
the IO streams between {{!create}initialization} and {{!release}shutdown}. *)
16+
This module provides both input and output. It assumes exclusive ownership
17+
of the IO streams between {{!Term.create}initialization} and
18+
{{!Term.release}shutdown}. *)
1819
module Term : sig
1920

2021
type t

0 commit comments

Comments
 (0)