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 418afc6 commit bac5985Copy full SHA for bac5985
examples/05_stdlib/09_partition.md
@@ -17,7 +17,7 @@ fun main() {
17
//sampleEnd
18
19
println("Numbers: $numbers")
20
- println("Odd numbers: ${evenOdd.first}")
+ println("Even numbers: ${evenOdd.first}")
21
println("Odd numbers: ${evenOdd.second}")
22
println("Positive numbers: $positives")
23
println("Negative numbers: $negatives")
0 commit comments