Skip to content

Commit 69f5a25

Browse files
316748000gitee-org
authored andcommitted
update docs/java/jvm/类文件结构.md.
1 parent 8b204d0 commit 69f5a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/jvm/类文件结构.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ClassFile {
4646
u2 interfaces_count;//接口
4747
u2 interfaces[interfaces_count];//一个类可以实现多个接口
4848
u2 fields_count;//Class 文件的字段属性
49-
field_info fields[fields_count];//一个类会可以有个字段
49+
field_info fields[fields_count];//一个类会可以有多个字段
5050
u2 methods_count;//Class 文件的方法数量
5151
method_info methods[methods_count];//一个类可以有个多个方法
5252
u2 attributes_count;//此类的属性表中的属性数

0 commit comments

Comments
 (0)