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 cad88ca commit 80eb5dcCopy full SHA for 80eb5dc
ch07/03_Reflection_for_Primitive_Types.md
@@ -17,5 +17,5 @@
17
18
另一方面,`int[].class` 表示具有基本类型 `integer` 的组件的数组的类标记,并且此类标记的类型为 `Class<int[]>`,这是允许的,因为 `int[]` 是引用类型。
19
20
-《《《 [下一节](04_A Generic_Reflection_Library.md) <br/>
+《《《 [下一节](04_A_Generic_Reflection_Library.md) <br/>
21
《《《 [返回首页](../README.md)
0 commit comments