Update 04.5.md (#779)

This commit is contained in:
Sequarius
2020-11-22 22:20:02 +08:00
committed by GitHub
parent 77f660927c
commit d89b99b642

View File

@@ -55,7 +55,7 @@ Go 语言中包含以下逻辑运算符:
非运算符用于取得和布尔值相反的结果。 非运算符用于取得和布尔值相反的结果。
运算符:`&&` 运算符:`&&`
```go ```go
T && T -> true T && T -> true