From ade4eafcad6de7462df6d26fccde86a36dea5883 Mon Sep 17 00:00:00 2001 From: samwega Date: Fri, 26 Sep 2025 11:53:53 +0300 Subject: [PATCH] -fix: typo --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index be0ea8b82..acc4773c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2837,7 +2837,7 @@ gb_internal int print_show_help(String const arg0, String command, String option print_usage_line(2, "Errs on unneeded tokens, such as unneeded semicolons."); print_usage_line(2, "Errs on missing trailing commas followed by a newline."); print_usage_line(2, "Errs on deprecated syntax."); - print_usage_line(2, "Errs when the attached-brace style in not adhered to (also known as 1TBS)."); + print_usage_line(2, "Errs when the attached-brace style is not adhered to (also known as 1TBS)."); print_usage_line(2, "Errs when 'case' labels are not in the same column as the associated 'switch' token."); } }