Skip to content

Commit

Permalink
Merge pull request #770 from DistinctWind/main
Browse files Browse the repository at this point in the history
修正了翻译不得当的地方
  • Loading branch information
KaiserY authored Feb 19, 2024
2 parents 4acf18b + 452e611 commit 3334e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
路径有两种形式:

- **绝对路径**_absolute path_)是以 crate 根(root)开头的全路径;对于外部 crate 的代码,是以 crate 名开头的绝对路径,对于当前 crate 的代码,则以字面值 `crate` 开头。
- **相对路径**_relative path_)从当前模块开始,以 `self``super` 或当前模块的标识符开头
- **相对路径**_relative path_)从当前模块开始,以 `self``super` 或定义在当前模块中的标识符开头

绝对路径和相对路径都后跟一个或多个由双冒号(`::`)分割的标识符。

Expand Down

0 comments on commit 3334e96

Please sign in to comment.