Skip to content

Commit

Permalink
Merge pull request AmazingAng#264 from hu-tu-yi-shi/patch-2
Browse files Browse the repository at this point in the history
给逻辑运算符加个 ``  看上去更清晰、醒目
  • Loading branch information
AmazingAng authored Oct 12, 2022
2 parents f90a04b + e7c52c0 commit 3ccaac1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 02_ValueTypes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ tags:
```
布尔值的运算符,包括:

- ! (逻辑非)
- && (逻辑与, "and" )
- || (逻辑或, "or" )
- == (等于)
- != (不等于)
- `!` (逻辑非)
- `&&` (逻辑与, "and" )
- `||` (逻辑或, "or" )
- `==` (等于)
- `!=` (不等于)

代码:
```solidity
Expand Down

0 comments on commit 3ccaac1

Please sign in to comment.