style: update comment format

This commit is contained in:
nuomi1
2023-01-08 20:53:24 +08:00
parent 7556558704
commit 3b52df2a8f
7 changed files with 55 additions and 54 deletions

View File

@ -117,7 +117,7 @@ comments: true
=== "Swift"
```swift title=""
// 使用多种「基本数据类型」来初始化「数组」
/* 使用多种「基本数据类型」来初始化「数组」 */
let numbers = Array(repeating: Int(), count: 5)
let decimals = Array(repeating: Double(), count: 5)
let characters = Array(repeating: Character("a"), count: 5)