Skip to content

Commit 0b2c2d0

Browse files
vbaidaksbrannen
authored andcommitted
Fix typo in Javadoc for BeanDefinitionDsl.kt
Closes gh-30798
1 parent 07fe8ee commit 0b2c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
109109
SINGLETON,
110110

111111
/**
112-
* Scope constant for the standard singleton scope
112+
* Scope constant for the standard prototype scope
113113
* @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE
114114
*/
115115
PROTOTYPE

0 commit comments

Comments
 (0)