We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2b791 commit e432140Copy full SHA for e432140
1.6/ja/book/SUMMARY.md
@@ -36,7 +36,7 @@
36
* [`type`エイリアス](type-aliases.md)
37
* [型間のキャスト](casting-between-types.md)
38
* [関連型](associated-types.md)
39
- * [サイズ無し型](unsized-types.md)
+ * [サイズ不定型](unsized-types.md)
40
* [演算子とオーバーロード](operators-and-overloading.md)
41
* [Derefによる型強制](deref-coercions.md)
42
* [マクロ](macros.md)
@@ -59,7 +59,7 @@
59
* [コンパイラプラグイン](compiler-plugins.md)
60
* [インラインアセンブリ](inline-assembly.md)
61
* [No stdlib](no-stdlib.md)
62
- * [イントリンシック](intrinsics.md)
+ * [Intrinsic](intrinsics.md)
63
* [Lang Items](lang-items.md)
64
* [高度なリンキング](advanced-linking.md)
65
* [ベンチマークテスト](benchmark-tests.md)
0 commit comments