change > to >
This commit is contained in:
@ -81,8 +81,8 @@ Swift 标准库提供了如下的二元运算符:
|
|||||||
- Comparative (无结合,优先级 130)
|
- Comparative (无结合,优先级 130)
|
||||||
- < 小于
|
- < 小于
|
||||||
- <= 小于等于
|
- <= 小于等于
|
||||||
- > 大于
|
- > 大于
|
||||||
- >= 大于等于
|
- >= 大于等于
|
||||||
- == 等于
|
- == 等于
|
||||||
- != 不等
|
- != 不等
|
||||||
- === 恒等于
|
- === 恒等于
|
||||||
@ -102,7 +102,7 @@ Swift 标准库提供了如下的二元运算符:
|
|||||||
- += Add and assign
|
- += Add and assign
|
||||||
- -= Subtract and assign
|
- -= Subtract and assign
|
||||||
- <<= Left bit shift and assign
|
- <<= Left bit shift and assign
|
||||||
- >>= Right bit shift and assign
|
- >>= Right bit shift and assign
|
||||||
- &= Bitwise AND and assign
|
- &= Bitwise AND and assign
|
||||||
- ^= Bitwise XOR and assign
|
- ^= Bitwise XOR and assign
|
||||||
- |= Bitwise OR and assign
|
- |= Bitwise OR and assign
|
||||||
|
|||||||
Reference in New Issue
Block a user