diff --git a/_ja/cheatsheets/index.md b/_ja/cheatsheets/index.md index 9038a75a42..ac3551736c 100644 --- a/_ja/cheatsheets/index.md +++ b/_ja/cheatsheets/index.md @@ -260,7 +260,7 @@ breakable { val div = x / y.toFloat println("%d/%d = %.1f".format(x, y, div)) } -
sprintf
-stylefor (i <- 1 to 5) {