summaryrefslogtreecommitdiffstats
path: root/src/modules/package.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/package.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/package.rs')
-rw-r--r--src/modules/package.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/package.rs b/src/modules/package.rs
index 03d2b6d53..2912f2c02 100644
--- a/src/modules/package.rs
+++ b/src/modules/package.rs
@@ -5,7 +5,7 @@ use ansi_term::Color;
use serde_json as json;
use toml;
-/// Creates a segment with the current package version
+/// Creates a module with the current package version
///
/// Will display if a version is defined for your Node.js or Rust project (if one exists)
pub fn module<'a>(context: &'a Context) -> Option<Module<'a>> {