Explorar el Código

Merge pull request #149 from xpe/patch-1

Fix typo: "NetWork" -> "Network"
YuKun Liu hace 2 años
padre
commit
5f35fa6e16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/mod.rs

+ 1 - 1
src/server/mod.rs

@@ -624,7 +624,7 @@ fn print_console_info(ip: &String, port: u16, config: &CrateConfig, options: Pre
         format!("http://localhost:{}/", port).blue()
     );
     println!(
-        "\t> NetWork : {}",
+        "\t> Network : {}",
         format!("http://{}:{}/", ip, port).blue()
     );
     println!("");