From 946a7c9371f28f6bbfb5bafbce7b348c968c2e30 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 6 Jan 2023 20:10:31 -0600 Subject: [PATCH] Cleanup: Fix grammar in utf8 program help. --- level_3/utf8/c/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_3/utf8/c/utf8.c b/level_3/utf8/c/utf8.c index 7606f1e..e42479f 100644 --- a/level_3/utf8/c/utf8.c +++ b/level_3/utf8/c/utf8.c @@ -50,7 +50,7 @@ extern "C" { fll_program_print_help_usage(file, context, utf8_program_name_s, utf8_program_help_parameters_s); - fl_print_format(" The default behavior is to assume the expected input is byte sequence from the command line to be output to the screen as codepoints.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" The default behavior is to assume the expected input is byte sequences from the command line to be output to the screen as codepoints.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" Multiple input sources are allowed but only a single output destination is allowed.%r%r", file.stream, f_string_eol_s, f_string_eol_s); -- 1.8.3.1