Skip to content

Commit f90d6cc

Browse files
committed
fix: 处理错别字
1 parent 0ea49cd commit f90d6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Reports/2025/#327-2025.03.17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
### 🐎 [通过覆写方法看 Swift 方法派发](https://blog.rakuyoo.top/swift-method-dispatch-via-overriding/)
2020

21-
[@DylanYang](https://github.com/Dylan19Yang):作者通过一个子类覆写方法的 Demo 向我们解释了 Swift 内静态派发和动态派发两种机制,并介绍了 @objc 和 dynamic 关键字的含义,讲述了如何在 extension 中正确的覆写父类方法。看完以后看兴趣的同学也可以尝试再研究下 Protocol 方法的派发机制。
21+
[@DylanYang](https://github.com/Dylan19Yang):作者通过一个子类覆写方法的 Demo 向我们解释了 Swift 内静态派发和动态派发两种机制,并介绍了 @objc 和 dynamic 关键字的含义,讲述了如何在 extension 中正确的覆写父类方法。看完以后感兴趣的同学也可以尝试再研究下 Protocol 方法的派发机制。
2222

2323
## 文章
2424

0 commit comments

Comments
 (0)