From 88a49d35e38cef00a28fda3bb09860e8483111c5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 26 Jul 2021 09:24:43 +0300 Subject: [PATCH] v help: fix typo in `v help build-c` --- cmd/v/help/build-c.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/v/help/build-c.txt b/cmd/v/help/build-c.txt index f495c451c3..53aa0bcfd6 100644 --- a/cmd/v/help/build-c.txt +++ b/cmd/v/help/build-c.txt @@ -139,7 +139,7 @@ see also `v help build`. more performant without autofree. -gc - Use and link an optional garbage collector. Only tThe Boehm–Demers–Weiser + Use and link an optional garbage collector. Only the Boehm–Demers–Weiser garbage collector is supported currently with the following sub-options: `-gc boehm` ........... selects the default mode for the architecture