Skip to content

Commit dbc5513

Browse files
committed
Fix up docs
1 parent 210ec69 commit dbc5513

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src-opam/distro.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ val bubblewrap_version : t -> (int * int * int) option
305305
val gcc_version : t -> (int * int) option
306306
(** [gcc_version t] returns the default version of gcc shipped on that
307307
distribution (i.e. what [gcc --version] reports after installing the
308-
distribution's [gcc] / [gcc-c++] package). Returns [None] for distros
309-
where gcc is not the default compiler (Windows, Cygwin) or where the
310-
image is no longer pullable from Docker Hub. *)
308+
distribution's [gcc] / [gcc-c++] package). Returns [None] for distros where
309+
gcc is not the default compiler (Windows, Cygwin) or where the image is no
310+
longer pullable from Docker Hub. *)
311311

312312
(** {2 Docker Hub addresses} *)
313313

0 commit comments

Comments
 (0)