Explorar el Código

fix: typo

(exa PR) 1099: fix some typos
Christina Sørensen hace 2 años
padre
commit
24f74a1c8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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),
 }