Browse Source

Update 04.5.md (#779)

Sequarius 5 years ago
parent
commit
d89b99b642
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eBook/04.5.md

+ 1 - 1
eBook/04.5.md

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