Skip to content

Commit 7c2f2a5

Browse files
committed
Refactor sentence and fix typo
Refactor sentence: "当我们引入全局可用的print!宏在教程03,我门有一点作弊。" -> "我们在教程03引入全局可用的`print!`宏时有一点作弊。" Fix typo: "我门" typo corrected during sentence refactoring
1 parent 644474c commit 7c2f2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_safe_globals/README.CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Rust中的全局可变
99

10-
当我们引入全局可用的`print!`宏在 [教程03],我门有一点作弊。 调用
10+
我们在 [教程03]引入全局可用的`print!`宏时有一点作弊。 调用
1111
`core::fmt``write_fmt()`函数,接受`&mut self`的方法之所以有效,
1212
是因为在每次调用时都会创建一个新的`QEMUOutput`实例。
1313

0 commit comments

Comments
 (0)