Skip to content

Commit e1054ef

Browse files
committed
Phrase it a bit better
1 parent dcb08dc commit e1054ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ STATIC bool maybe_run_list(const char *const *filenames, size_t n_filenames) {
300300
return false;
301301
}
302302

303-
// This function is used for `boot.py` and is then logged into `boot_out.txt`.
303+
// This function is used for `boot.py` and is thus logged to `boot_out.txt`.
304304
// We do not want the line clear to be logged.
305305
// The function `serial_write` is the only function that isn't logged into the file.
306306
serial_write(line_clear);

0 commit comments

Comments
 (0)