We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2021bd1 commit d5dd05cCopy full SHA for d5dd05c
api/src/config.rs
@@ -32,12 +32,12 @@ pub struct BootloaderConfig {
32
/// screen when booting. The default is 'Trace'.
33
pub log_level: LevelFilter,
34
35
- /// Wheter the bootloader should print log messages to the framebuffer when booting.
+ /// Whether the bootloader should print log messages to the framebuffer when booting.
36
///
37
/// Enabled by default.
38
pub frame_buffer_logger_status: LoggerStatus,
39
40
- /// Wheter the bootloader should print log messages to the serial port when booting.
+ /// Whether the bootloader should print log messages to the serial port when booting.
41
42
43
pub serial_logger_status: LoggerStatus,
0 commit comments