Skip to content

Commit fd6b6b2

Browse files
committed
Typo
1 parent f5ef5cf commit fd6b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ int main(int argc, char ** argv) {
667667
}
668668
fflush(stdout);
669669
}
670-
// reset color to default if we there is no pending user input
670+
// reset color to default if there is no pending user input
671671
if (input_echo && (int) embd_inp.size() == n_consumed) {
672672
console::set_display(console::reset);
673673
}

0 commit comments

Comments
 (0)