Skip to content

Commit 22a081d

Browse files
authored
Merge pull request Snailclimb#2394 from gaohanghang/main
Update ioc-and-aop.md
2 parents 8294044 + 55f7390 commit 22a081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/framework/spring/ioc-and-aop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ IoC 的思想就是两方之间不互相依赖,由第三方容器来管理相
5757

5858
![](https://oss.javaguide.cn/github/javaguide/system-design/framework/spring/why-ioc.png)
5959

60-
使用 IoC 的思想,我们将对象的控制权(创建、管理)交有 IoC 容器去管理,我们在使用的时候直接向 IoC 容器 “要” 就可以了
60+
使用 IoC 的思想,我们将对象的控制权(创建、管理)交由 IoC 容器去管理,我们在使用的时候直接向 IoC 容器 “要” 就可以了
6161

6262
![](https://oss.javaguide.cn/github/javaguide/system-design/framework/spring/why-ioc-2.png)
6363

0 commit comments

Comments
 (0)