We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644474c commit 7c2f2a5Copy full SHA for 7c2f2a5
04_safe_globals/README.CN.md
@@ -7,7 +7,7 @@
7
8
## Rust中的全局可变
9
10
-当我们引入全局可用的`print!`宏在 [教程03],我门有一点作弊。 调用
+我们在 [教程03]引入全局可用的`print!`宏时有一点作弊。 调用
11
`core::fmt`的`write_fmt()`函数,接受`&mut self`的方法之所以有效,
12
是因为在每次调用时都会创建一个新的`QEMUOutput`实例。
13
0 commit comments