Skip to content

Commit

Permalink
リンク漏れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmili committed Nov 28, 2024
1 parent 49f93be commit b92e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-00-common-programming-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ them early will give you a strong core to start from.
> これらの単語は、変数や関数名には使えないことを弁えておいてください。ほとんどのキーワードは、特別な意味を持っており、
> 自らのRustプログラムにおいて、様々な作業をこなすために使用することができます;
> いくつかは、紐付けられた機能がないものの、将来Rustに追加されるかもしれない機能用に予約されています。
> キーワードの一覧は、付録Aで確認できます
> キーワードの一覧は、[付録A][appendix_a]で確認できます
[appendix_a]: appendix-01-keywords.md

0 comments on commit b92e832

Please sign in to comment.