Skip to content

Commit

Permalink
Fix typo in Javadoc for BeanDefinitionDsl.kt
Browse files Browse the repository at this point in the history
Closes gh-30798
  • Loading branch information
vbaidak authored and sbrannen committed Jul 3, 2023
1 parent 07fe8ee commit 0b2c2d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
SINGLETON,

/**
* Scope constant for the standard singleton scope
* Scope constant for the standard prototype scope
* @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE
*/
PROTOTYPE
Expand Down

0 comments on commit 0b2c2d0

Please sign in to comment.