diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 3a4ed3f78..5379f7bfc 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -667,7 +667,7 @@ int main(int argc, char ** argv) { } fflush(stdout); } - // reset color to default if we there is no pending user input + // reset color to default if there is no pending user input if (input_echo && (int) embd_inp.size() == n_consumed) { console::set_display(console::reset); }