From b56b883cbbdf6655e77ff87df8fc3207e653b966 Mon Sep 17 00:00:00 2001 From: qstesiro <8938795+qstesiro@user.noreply.gitee.com> Date: Sat, 30 Sep 2023 02:12:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20chs/9.=E9=99=84=E5=BD=95/a-spec.md.=20?= =?UTF-8?q?=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF=20"imort"=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20"import"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qstesiro <8938795+qstesiro@user.noreply.gitee.com> --- "chs/9.\351\231\204\345\275\225/a-spec.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/chs/9.\351\231\204\345\275\225/a-spec.md" "b/chs/9.\351\231\204\345\275\225/a-spec.md" index 589c39c..ee01c48 100644 --- "a/chs/9.\351\231\204\345\275\225/a-spec.md" +++ "b/chs/9.\351\231\204\345\275\225/a-spec.md" @@ -25,7 +25,7 @@ ImportPath = string_lit . PackageName = identifier . ``` -imort 关键字用于导入包,导入的包还可以被重新命名(对应PackageName)。 +import 关键字用于导入包,导入的包还可以被重新命名(对应PackageName)。 以下代码是一个凹源文件的对应例子: -- Gitee