Skip to content

Commit e555ddb

Browse files
committed
Merge pull request #1 from numbbbbb/gh-pages
add the lost {
2 parents 1861adf + 78d108e commit e555ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter2/23_Advanced_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ signedUnderflow = signedUnderflow &- 1
239239

240240
### 除零溢出
241241

242-
一个数除于0 `i / 0`,或者对0求余数 `i % 0`,就会产生一个错误。
242+
一个数除以0 `i / 0`,或者对0求余数 `i % 0`,就会产生一个错误。
243243

244244
```swift
245245
let x = 1

0 commit comments

Comments
 (0)