Skip to content

Commit 58e81ba

Browse files
committed
Update ErrorHandling.md
1 parent cfe27c0 commit 58e81ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-6-beta.docc/LanguageGuide/ErrorHandling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func cannotThrowErrors() -> String
134134
135135
在下面的示例中,
136136
`VendingMachine` 类有一个 `vend(itemNamed:)` 方法。
137-
该方法会在请求物品不存在、缺货或者投入金额小于物品价格时,抛出相应的 `VendingMachineError`错误:
137+
该方法会在请求物品不存在、缺货或者投入金额小于物品价格时,抛出相应的 `VendingMachineError` 错误:
138138

139139
```swift
140140
struct Item {

0 commit comments

Comments
 (0)