Skip to content

Commit 053755c

Browse files
ymgythawkw
authored andcommitted
chore(console): fix ConfigFile comment typo (#392)
1 parent 43891ab commit 053755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-console/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ pub struct ColorToggles {
200200
color_terminated: Option<bool>,
201201
}
202202

203-
/// A sturct used to parse the toml config file
203+
/// A struct used to parse the toml config file
204204
#[derive(Debug, Clone, Deserialize, Serialize)]
205205
#[serde(deny_unknown_fields)]
206206
struct ConfigFile {

0 commit comments

Comments
 (0)