Skip to content

Commit 80eb5dc

Browse files
authored
Update 03_Reflection_for_Primitive_Types.md
1 parent cad88ca commit 80eb5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07/03_Reflection_for_Primitive_Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
另一方面,`int[].class` 表示具有基本类型 `integer` 的组件的数组的类标记,并且此类标记的类型为 `Class<int[]>`,这是允许的,因为 `int[]` 是引用类型。
1919

20-
《《《 [下一节](04_A Generic_Reflection_Library.md) <br/>
20+
《《《 [下一节](04_A_Generic_Reflection_Library.md) <br/>
2121
《《《 [返回首页](../README.md)

0 commit comments

Comments
 (0)