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 de76bbd commit 3194093Copy full SHA for 3194093
docs/topics/scope-functions.md
@@ -347,7 +347,7 @@ fun main() {
347
```
348
{kotlin-runnable="true" kotlin-min-compiler-version="1.3"}
349
350
-`let` is often used to execute a code block containing non-null values. To perform actions on a non-null object, use
+`let` is often used to execute a code block containing non-null values. To perform actions on a nullable object, use
351
the [safe call operator `?.`](null-safety.md#safe-call-operator) on it and call `let` with the actions in its lambda.
352
353
```kotlin
0 commit comments