Skip to content

Commit c762126

Browse files
author
Draveness
committed
Update 懒惰的 initialize 方法.md
1 parent c18d686 commit c762126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/懒惰的 initialize 方法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ static void _finishInitializing(Class cls, Class supercls)
291291
3. `initialize` 的运行是线程安全的
292292
4. 子类会**继承**父类的 `initialize` 方法
293293
294-
而其作用也非常局限,一般我们只会将 `initialize` 方法用作某些常量的初始化的地方
294+
而其作用也非常局限,一般我们只会在 `initialize` 方法中进行一些常量的初始化
295295
296296
## 参考资料
297297

0 commit comments

Comments
 (0)