Skip to content

Commit 178c789

Browse files
committed
小修改
1 parent 9a3b046 commit 178c789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/教程/正文/旧的语法和标准库/4_表达式/4_1_运算符.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ C 中的 `=` 表示**赋值**
5050

5151
### 2.2.6 位运算符 `&` `|` `^` `<<` `>>`
5252

53-
参见 [位操作](/教程/正文/语法和标准库/unk_位操作.md)
54-
5553
### 2.2.7 更多的赋值运算符 `+=` `-=` `*=` `/=` `%=` `&=` `|=` `^=` `<<=` `>>=`
5654

5755
`a += b` 相当于 `a = a + b`,以此类推

0 commit comments

Comments
 (0)