Переглянути джерело

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!
     /// It came... from a command-line argument!
     Arg(&'static Arg),
     Arg(&'static Arg),
 
 
-    /// It came... from the enviroment!
+    /// It came... from the environment!
     Env(&'static str),
     Env(&'static str),
 }
 }