Skip to content

Commit

Permalink
doc: update kotlin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 5, 2023
1 parent 2d994f8 commit cc6e992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ when(grade) {
var height = 46 // inches

if (height in 1..53) {
println("抱歉,您必须至少 54 英寸才能乘坐过山车"
println("抱歉,您必须至少 54 英寸才能乘坐过山车")
}
// Prints: 抱歉,您必须至少 54 英寸才能乘坐过山车
```
Expand Down

0 comments on commit cc6e992

Please sign in to comment.