From 6c1a2fa6d186d4fb964dd4d27119ca52263f3c9a Mon Sep 17 00:00:00 2001 From: progrm_jarvis Date: Mon, 03 Aug 2020 17:54:38 +0000 Subject: [PATCH] docs: fix `DebugOpts` --- --- a/cmds/jrsonnet/src/main.rs +++ b/cmds/jrsonnet/src/main.rs @@ -10,7 +10,8 @@ #[derive(Clap)] // #[clap(help_heading = "DEBUG")] struct DebugOpts { - /// Required OS stack size, probally you shouldn't change it, unless jrsonnet is failing with stack overflow + /// Required OS stack size. + /// This shouldn't be changed unless jrsonnet is failing with stack overflow error. #[clap(long, name = "size")] pub os_stack: Option, } -- gitstuff