From c44570c471092e80d65b8274d7c421154248b246 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 2 Jan 2025 09:52:40 +0200 Subject: [PATCH] tools: improve `v bug` report wording --- cmd/tools/vbug.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vbug.v b/cmd/tools/vbug.v index 0b4bbe50be62ee..d4c4c88d420f58 100644 --- a/cmd/tools/vbug.v +++ b/cmd/tools/vbug.v @@ -168,7 +168,7 @@ ${vdoctor_output} `./v -g -o vdbg cmd/v && ./vdbg ${user_args} ${file_path} && ${generated_file}` {file_content} -**What did you see instead?** +**What did you see?** ``` ${build_output}```