Forráskód Böngészése

Small fix on documents

luojia65 2 éve
szülő
commit
af60b0211f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -214,7 +214,7 @@ const LOGO: &str = r"
 |  |\  \----.|  `--'  |.----)   |      |  |  .----)   |   |  |_)  ||  |
 | _| `._____| \______/ |_______/       |__|  |_______/    |______/ |__|";
 
-/// The RustSBI logo with blank line at the beginning
+/// The RustSBI logo without blank lines
 pub fn logo() -> &'static str {
     // rust raw text 无法在保持格式的情况下去除头上的换行
     // include_str("logo.txt") 会由于 vscode 的自动格式化在末尾多一个换行