doc: update kotlin.md

This commit is contained in:
jaywcjlove 2023-01-05 11:22:28 +08:00
parent 2d994f8597
commit cc6e992a4b

View File

@ -350,7 +350,7 @@ when(grade) {
var height = 46 // inches var height = 46 // inches
if (height in 1..53) { if (height in 1..53) {
println("抱歉,您必须至少 54 英寸才能乘坐过山车" println("抱歉,您必须至少 54 英寸才能乘坐过山车")
} }
// Prints: 抱歉,您必须至少 54 英寸才能乘坐过山车 // Prints: 抱歉,您必须至少 54 英寸才能乘坐过山车
``` ```