Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
v43d3rm4k4r committed Aug 29, 2022
commit 30b1af99a0dfa6f9518d985d144854a4c96f7e95
2 changes: 1 addition & 1 deletion null-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ that `b` changes to `null` after the check. -->
## Безопасные вызовы

<!-- Your second option for accessing a property on a nullable variable is using the safe call operator `?.`: -->
Вторым способом доступа к свойству nullable переменной - это использование оператор безопасного вызова `?.`.
Вторым способом доступа к свойству nullable переменной - это использование оператора безопасного вызова `?.`.

```kotlin
val a = "Kotlin"
Expand Down