Explorar el Código

Small fix on documents

luojia65 hace 2 años
padre
commit
af60b0211f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 的自动格式化在末尾多一个换行