From: Kevin Day Date: Sat, 7 Jan 2023 02:10:31 +0000 (-0600) Subject: Cleanup: Fix grammar in utf8 program help. X-Git-Tag: 0.6.3~37 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=946a7c9371f28f6bbfb5bafbce7b348c968c2e30;p=fll Cleanup: Fix grammar in utf8 program help. --- 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);