From 03fc659f6581d6292b938755cde9635ea1017da6 Mon Sep 17 00:00:00 2001 From: xliu79 <31554245+xliu79@users.noreply.github.com> Date: Mon, 20 Jul 2020 15:38:43 +0800 Subject: [PATCH] Update README.md --- english/basic_content/pointer_refer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/english/basic_content/pointer_refer/README.md b/english/basic_content/pointer_refer/README.md index a9fd60f..a108e95 100644 --- a/english/basic_content/pointer_refer/README.md +++ b/english/basic_content/pointer_refer/README.md @@ -13,7 +13,7 @@ Conclusion: | ------------ | ------------ | | Must be initialized | No initialization is allowed | | cannot be empty | could be empty | -| Target cannot be changed | 可以更换目标 | +| Target cannot be changed | could change target | > References must be initialized, and pointers can be uninitialized