Skip to content

Commit 65a5675

Browse files
DesgardDraveness
authored and
Draveness
committed
fix wrong words: 从NSObject的初始化了解isa (draveness#16)
1 parent 9af9582 commit 65a5675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/从 NSObject 的初始化了解 isa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct objc_object {
1010
};
1111
```
1212

13-
当 ObjC 为为一个对象分配内存,初始化实例变量后,在这些对象的实例变量的结构体中的第一个就是 `isa`
13+
当 ObjC 为一个对象分配内存,初始化实例变量后,在这些对象的实例变量的结构体中的第一个就是 `isa`
1414

1515
<p align='center'>
1616
![objc-isa-class-object](../images/objc-isa-class-object.png)

0 commit comments

Comments
 (0)