gnu: ocaml-mdx: Fix grammar.
* gnu/packages/ocaml.scm (ocaml-mdx)[description]: Remove gratuitous uses of "allows to".
This commit is contained in:
parent
bdb1a3385d
commit
2967fa1634
1 changed files with 3 additions and 3 deletions
|
@ -6373,15 +6373,15 @@ variants.")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Executable code blocks inside markdown files")
|
"Executable code blocks inside markdown files")
|
||||||
(description
|
(description
|
||||||
"@code{ocaml-mdx} allows to execute code blocks inside markdown files.
|
"@code{ocaml-mdx} executes code blocks inside markdown files.
|
||||||
There are (currently) two sub-commands, corresponding
|
There are (currently) two sub-commands, corresponding
|
||||||
to two modes of operations: pre-processing (@code{ocaml-mdx pp})
|
to two modes of operations: pre-processing (@code{ocaml-mdx pp})
|
||||||
and tests (@code{ocaml-mdx test}]).
|
and tests (@code{ocaml-mdx test}]).
|
||||||
|
|
||||||
The pre-processor mode allows to mix documentation and code,
|
The pre-processor mode allows mixing documentation and code,
|
||||||
and to practice @dfn{literate programming} using markdown and OCaml.
|
and to practice @dfn{literate programming} using markdown and OCaml.
|
||||||
|
|
||||||
The test mode allows to ensure that shell scripts and OCaml fragments
|
The test mode ensures that shell scripts and OCaml fragments
|
||||||
in the documentation always stays up-to-date.
|
in the documentation always stays up-to-date.
|
||||||
|
|
||||||
@code{ocaml-mdx} is released as two binaries called @code{ocaml-mdx} and
|
@code{ocaml-mdx} is released as two binaries called @code{ocaml-mdx} and
|
||||||
|
|
Reference in a new issue