diff options
| author | samwega <alexanderglavan@gmail.com> | 2025-09-26 11:53:53 +0300 |
|---|---|---|
| committer | samwega <alexanderglavan@gmail.com> | 2025-09-26 11:53:53 +0300 |
| commit | ade4eafcad6de7462df6d26fccde86a36dea5883 (patch) | |
| tree | bc7decc0e112c881beef61e661da05709773d032 /src | |
| parent | 42b9039a1fd0307f8b46cd1c750e11db653acea1 (diff) | |
-fix: typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } } |