From 53a20352cf468f5b4b463674590598f3ed4603a8 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Sat, 28 Oct 2023 07:51:29 -0400 Subject: [PATCH] Tweak doc --- doc/reference/std/cli/getopt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/reference/std/cli/getopt.md b/doc/reference/std/cli/getopt.md index 4bec6f3b3..daca19aa8 100644 --- a/doc/reference/std/cli/getopt.md +++ b/doc/reference/std/cli/getopt.md @@ -258,8 +258,7 @@ Given an argument `arg`, return a list *lst* of getopt arguments to which one can `(apply getopt lst)` to specify a getopt object to parse with. Default behavior: - - If `arg` is a list, - [`flatten`](../misc/list.md#flatten) it. + - If `arg` is a list, [`flatten`](../misc/list.md) it. - If `arg` is a natural integer *n*, specify a list of *n* positional `argument`s. - If `arg` is `#f`, specify a single `rest-argument` named `rest`,