We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8294044 + 55f7390 commit 22a081dCopy full SHA for 22a081d
1 file changed
docs/system-design/framework/spring/ioc-and-aop.md
@@ -57,7 +57,7 @@ IoC 的思想就是两方之间不互相依赖,由第三方容器来管理相
57
58

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

63
0 commit comments