We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6dd3c commit 9dd39e5Copy full SHA for 9dd39e5
1 file changed
docs/topics/strings.md
@@ -21,8 +21,6 @@ val name: String = "Kotlin"
21
val message = "Hello, world!" // Kotlin infers String
22
```
23
24
-### Nullable values
25
-
26
To declare a nullable value, use `String?`:
27
```kotlin
28
val maybeAbsent: String? = null
@@ -488,4 +486,4 @@ fun main() {
488
486
> Learn more about format specifiers in the
489
487
> [Java Class Formatter documentation](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#summary).
490
>
491
- {style="note"}
+ {style="note"}
0 commit comments