Skip to content

Commit 87ca714

Browse files
committed
Fix typo in in-memory Kotlin example
1 parent 968ebb1 commit 87ca714

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/storage

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/storage/in-memory.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public UserDetailsService users() {
4242
----
4343
4444
.Kotlin
45-
[source,kotlin,role="secondary,attrs="-attributes""]
45+
[source,kotlin,role="secondary",attrs="-attributes"]
4646
----
4747
@Bean
4848
fun users(): UserDetailsService {

0 commit comments

Comments
 (0)