Skip to content

Commit bac5985

Browse files
chtseacAlexanderPrendota
authored andcommitted
refactor: fix typo in 05_stdlib/09_partition.md (Kotlin#58)
1 parent 418afc6 commit bac5985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05_stdlib/09_partition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fun main() {
1717
//sampleEnd
1818

1919
println("Numbers: $numbers")
20-
println("Odd numbers: ${evenOdd.first}")
20+
println("Even numbers: ${evenOdd.first}")
2121
println("Odd numbers: ${evenOdd.second}")
2222
println("Positive numbers: $positives")
2323
println("Negative numbers: $negatives")

0 commit comments

Comments
 (0)