Skip to content

Commit a4fe5dc

Browse files
authored
docs: update BeanFactoryPostProcessor.md (#154)
Typo fix
1 parent 6a8cc8a commit a4fe5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Spring/IoC/BeanFactoryPostProcessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# BeanFactoryBeanPostProcessor 源码分析
1+
# BeanFactoryPostProcessor 源码分析
22

3-
BeanFactoryBeanPostProcessor 是当 BeanDefinition 读取完元数据(也就是从任意资源中定义的 bean 数据)后还未实例化之前可以进行修改
3+
BeanFactoryPostProcessor 是当 BeanDefinition 读取完元数据(也就是从任意资源中定义的 bean 数据)后还未实例化之前可以进行修改
44

55
抄录并翻译官方的语句
66

0 commit comments

Comments
 (0)