Skip to content

Commit a0e21a2

Browse files
authored
Merge pull request #609 from koogawa/patch-2
[gardening]コードと出力結果が異なる
2 parents a54c028 + 88eb07f commit a0e21a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-guide/basic-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Swift は、値の範囲を表すショートカットとして複数の_範囲
303303

304304
```swift
305305
for index in 1...5 {
306-
print("\(index) × 5 is \(index * 5)")
306+
print("\(index) × 5 \(index * 5)")
307307
}
308308
// 1 × 5 は 5
309309
// 2 × 5 は 10

0 commit comments

Comments
 (0)