Skip to content

Commit f27d6b9

Browse files
authored
docs 修改 赋值运算符
1 parent bcd5f9f commit f27d6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-6-beta.docc/ReferenceManual/Expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ sum = (await someAsyncFunction()) + anotherAsyncFunction()
153153
> *infix-expression**type-casting-operator* \
154154
> *infix-expressions**infix-expression* *infix-expressions*_?_
155155
156-
### 赋值赋值运算符
156+
### 赋值运算符
157157

158-
赋值表达式会为某个给定的表达式赋值,形式如下;
158+
赋值运算符会为某个给定的表达式赋值,形式如下;
159159

160160
```swift
161161
<#表达式#> = <#值#>

0 commit comments

Comments
 (0)