Skip to content

Commit 78680a1

Browse files
committed
docs(readme): optimize syntax table title
Change-Id: I2ca9b59d09d96d6a7e0fc246affef1b46b73e677
1 parent d8984da commit 78680a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type T struct {
103103

104104
NOTE: **The `exprName` under the same struct field cannot be the same!**
105105

106-
|Operator or Expression example|Explain|
106+
|Operator or Operand|Explain|
107107
|-----|---------|
108108
|`true` `false`|bool|
109109
|`0` `0.0`|float64 "0"|
@@ -145,6 +145,7 @@ NOTE: **The `exprName` under the same struct field cannot be the same!**
145145
|`>>`|Integer bitwise `shift right`| -->
146146

147147
Operator priority(high -> low):
148+
148149
* `()` `bool` `string` `float64` `nil` `!`
149150
* `*` `/` `%`
150151
* `+` `-`

validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type T struct {
103103
}
104104
```
105105

106-
|Operator or Expression example|Explain|
106+
|Operator or Operand|Explain|
107107
|-----|---------|
108108
|`true` `false`|bool|
109109
|`0` `0.0`|float64 "0"|

0 commit comments

Comments
 (0)