From 24b7705ac863372de85a52537aaf72b8f27753dc Mon Sep 17 00:00:00 2001 From: pveber Date: Tue, 1 Mar 2022 21:49:10 +0100 Subject: [PATCH] doc/tutorial.md: fixed tiny typo --- doc/tutorial.mld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.mld b/doc/tutorial.mld index 2cf235b..df26e0a 100644 --- a/doc/tutorial.mld +++ b/doc/tutorial.mld @@ -31,7 +31,7 @@ is a term that evaluates to the result (and effect) of the [revolt] function. This term can be attached to a command: {[ -let cmd = Cmd.v (Cmd.info "revolt") revolt_t +let revolt_cmd = Cmd.v (Cmd.info "revolt") revolt_t ]} and evaluated with {!Cmdliner.Cmd.val-eval}: @@ -196,4 +196,4 @@ commands each with their own command line syntax and manual: {[tool [COMMAND]… [OPTION]… ARG…]} These sub commands are defined by grouping them under a parent command -via the {!Cmdliner.Cmd.group} function. \ No newline at end of file +via the {!Cmdliner.Cmd.group} function.