From 50be7bc7bfe5470bb90bb7c868b88f98078865a6 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Tue, 22 Jul 2025 10:57:08 +0200 Subject: fix: Typo in `HelpOptions.markdown_lite` doc comment --- clap.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap.zig b/clap.zig index 1e710ea..c49ee22 100644 --- a/clap.zig +++ b/clap.zig @@ -1315,7 +1315,7 @@ pub const Help = struct { }; pub const HelpOptions = struct { - /// Render the description of a parameter in a simular way to how markdown would render + /// Render the description of a parameter in a similar way to how markdown would render /// such a string. This means that single newlines won't be respected unless followed by /// bullet points or other markdown elements. markdown_lite: bool = true, -- cgit v1.2.3