summaryrefslogtreecommitdiffstats
path: root/src/modules/username.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/username.rs')
-rw-r--r--src/modules/username.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/username.rs b/src/modules/username.rs
index 745823fcb..5b59a24be 100644
--- a/src/modules/username.rs
+++ b/src/modules/username.rs
@@ -4,7 +4,7 @@ use std::process::Command;
use super::{Context, Module};
-/// Creates a segment with the current user's username
+/// Creates a module with the current user's username
///
/// Will display the usename if any of the following criteria are met:
/// - The current user isn't the same as the one that is logged in ($LOGNAME != $USER)