Skip to content

Commit 491d1c4

Browse files
jbotuckrstoyanchev
authored andcommitted
issue-26994 add missing ) to kotlin example
1 parent 7dbbf36 commit 491d1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8277,7 +8277,7 @@ it resembles the following:
82778277
fun userService(): Service {
82788278
return SimpleUserService().apply {
82798279
// a reference to the proxied userPreferences bean
8280-
setUserPreferences(userPreferences()
8280+
setUserPreferences(userPreferences())
82818281
}
82828282
}
82838283
----

0 commit comments

Comments
 (0)