Skip to content

Commit f4e4df7

Browse files
authored
Update basic-syntax.md
Исправляет опечатку
1 parent a99fe39 commit f4e4df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ for (item in items) {
418418
val items = setOf("яблоко", "банан", "киви")
419419
when {
420420
"апельсин" in items -> println("сочно")
421-
"apple" in items -> println("яблоко тоже подойдет")
421+
"яблоко" in items -> println("яблоко тоже подойдет")
422422
}
423423
```
424424

0 commit comments

Comments
 (0)