浏览代码

fix: typo

(exa PR) 1099: fix some typos
Christina Sørensen 2 年之前
父节点
当前提交
24f74a1c8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/options/error.rs

+ 1 - 1
src/options/error.rs

@@ -50,7 +50,7 @@ pub enum NumberSource {
     /// It came... from a command-line argument!
     Arg(&'static Arg),
 
-    /// It came... from the enviroment!
+    /// It came... from the environment!
     Env(&'static str),
 }