Skip to content

Commit

Permalink
chore(console): fix ConfigFile comment typo (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt authored and hawkw committed Sep 29, 2023
1 parent 43891ab commit 053755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-console/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub struct ColorToggles {
color_terminated: Option<bool>,
}

/// A sturct used to parse the toml config file
/// A struct used to parse the toml config file
#[derive(Debug, Clone, Deserialize, Serialize)]
#[serde(deny_unknown_fields)]
struct ConfigFile {
Expand Down

0 comments on commit 053755c

Please sign in to comment.