Skip to content

Commit 60744b4

Browse files
修改病句,“一个段字符串”改为“一段字符串” (#1182)
1 parent 5851c6f commit 60744b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/02_language_guide/03_Strings_and_Characters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ for index in greeting.indices {
416416
417417
### 插入和删除 {#inserting-and-removing}
418418

419-
调用 `insert(_:at:)` 方法可以在一个字符串的指定索引插入一个字符,调用 `insert(contentsOf:at:)` 方法可以在一个字符串的指定索引插入一个段字符串
419+
调用 `insert(_:at:)` 方法可以在一个字符串的指定索引插入一个字符,调用 `insert(contentsOf:at:)` 方法可以在一个字符串的指定索引插入一段字符串
420420

421421
```swift
422422
var welcome = "hello"

0 commit comments

Comments
 (0)