Explorar o código

Merge pull request #149 from xpe/patch-1

Fix typo: "NetWork" -> "Network"
YuKun Liu %!s(int64=2) %!d(string=hai) anos
pai
achega
5f35fa6e16
Modificáronse 1 ficheiros con 1 adicións e 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!("");