Skip to content

Commit 19709f7

Browse files
committed
Polish
1 parent 510c99c commit 19709f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7724,7 +7724,7 @@ The easiest way to start with Spring Boot and Kotlin is to follow
77247724
https://spring.io/guides/tutorials/spring-boot-kotlin/[this comprehensive tutorial]. You
77257725
can create new Kotlin projects via
77267726
https://start.spring.io/#!language=kotlin[start.spring.io]. Feel free to join the #spring
7727-
channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with `spring`
7727+
channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with the `spring`
77287728
and `kotlin` tags on https://stackoverflow.com/questions/tagged/spring+kotlin[Stack
77297729
Overflow] if you need support.
77307730

@@ -7778,7 +7778,7 @@ Kotlin types inferred from Spring API but should be used with the knowledge that
77787778
API nullability declaration could evolve even between minor releases and more checks may
77797779
be added in the future).
77807780

7781-
WARN: Generic type arguments, varargs and array elements nullability are not yet
7781+
WARNING: Generic type arguments, varargs and array elements nullability are not yet
77827782
supported. See https://jira.spring.io/browse/SPR-15942[SPR-15942] for up-to-date
77837783
information. Also be aware that Spring Boot's own API is {github-issues}10712[not yet
77847784
annotated].

0 commit comments

Comments
 (0)