Skip to content

Commit 47aec50

Browse files
committed
Merge pull request #2004 from MasterEx
* pr/2004: Polish reference documentation
2 parents 9da9bb9 + 6f36514 commit 47aec50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ consists of two listings):
33403340
----
33413341
====
33423342

3343-
However, the second of the two preceding examples does not couple the code to Spring.
3343+
However, the first of the two preceding examples does not couple the code to Spring.
33443344

33453345

33463346
[[beans-factory-lifecycle-disposablebean]]
@@ -3406,7 +3406,7 @@ The preceding definition has almost exactly the same effect as the following def
34063406
----
34073407
====
34083408

3409-
However, the second of the two preceding definitions does not couple the code to Spring.
3409+
However, the first of the two preceding definitions does not couple the code to Spring.
34103410

34113411
TIP: You can assign the `destroy-method` attribute of a `<bean>` element a special
34123412
`(inferred)` value, which instructs Spring to automatically detect a public `close` or

0 commit comments

Comments
 (0)