summaryrefslogtreecommitdiffstats
path: root/src/modules/rust.rs
diff options
context:
space:
mode:
authorTiffany Le-Nguyen <letiffany.nguyen@gmail.com>2019-07-19 16:18:52 -0400
committerMatan Kushner <hello@matchai.me>2019-07-19 16:18:52 -0400
commit08cf33522af2dde17de6645ce2015fa4e87a6a68 (patch)
tree0330aab2abf5ee9d22e28ac5179838b6bbc9a7b2 /src/modules/rust.rs
parent025c0e5e8530ee1f53d2a45cd1d1de437cc2e819 (diff)
docs: Add vuepress with initial docs (#99)
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
Diffstat (limited to 'src/modules/rust.rs')
-rw-r--r--src/modules/rust.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rust.rs b/src/modules/rust.rs
index ccb007a02..c94a34d8b 100644
--- a/src/modules/rust.rs
+++ b/src/modules/rust.rs
@@ -3,7 +3,7 @@ use std::process::Command;
use super::{Context, Module};
-/// Creates a segment with the current Rust version
+/// Creates a module with the current Rust version
///
/// Will display the Rust version if any of the following criteria are met:
/// - Current directory contains a file with a `.rs` extension