We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f93be commit b92e832Copy full SHA for b92e832
src/ch03-00-common-programming-concepts.md
@@ -44,6 +44,6 @@ them early will give you a strong core to start from.
44
> これらの単語は、変数や関数名には使えないことを弁えておいてください。ほとんどのキーワードは、特別な意味を持っており、
45
> 自らのRustプログラムにおいて、様々な作業をこなすために使用することができます;
46
> いくつかは、紐付けられた機能がないものの、将来Rustに追加されるかもしれない機能用に予約されています。
47
-> キーワードの一覧は、付録Aで確認できます。
+> キーワードの一覧は、[付録A][appendix_a]で確認できます。
48
49
[appendix_a]: appendix-01-keywords.md
0 commit comments