Skip to content

Commit 367e30a

Browse files
committed
Merge pull request #12 from KeenS/new-translation
新しい対訳表へ対応
2 parents 7f70de5 + e432140 commit 367e30a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1.6/ja/book/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* [ループ](loops.md)
1515
* [所有権](ownership.md)
1616
* [参照と借用](references-and-borrowing.md)
17-
* [生存期](lifetimes.md)
17+
* [ライフタイム](lifetimes.md)
1818
* [可変性](mutability.md)
1919
* [構造体](structs.md)
2020
* [列挙型](enums.md)
@@ -36,7 +36,7 @@
3636
* [`type`エイリアス](type-aliases.md)
3737
* [型間のキャスト](casting-between-types.md)
3838
* [関連型](associated-types.md)
39-
* [サイズ無し型](unsized-types.md)
39+
* [サイズ不定型](unsized-types.md)
4040
* [演算子とオーバーロード](operators-and-overloading.md)
4141
* [Derefによる型強制](deref-coercions.md)
4242
* [マクロ](macros.md)
@@ -59,7 +59,7 @@
5959
* [コンパイラプラグイン](compiler-plugins.md)
6060
* [インラインアセンブリ](inline-assembly.md)
6161
* [No stdlib](no-stdlib.md)
62-
* [イントリンシック](intrinsics.md)
62+
* [Intrinsic](intrinsics.md)
6363
* [Lang Items](lang-items.md)
6464
* [高度なリンキング](advanced-linking.md)
6565
* [ベンチマークテスト](benchmark-tests.md)

0 commit comments

Comments
 (0)