Skip to content

Commit 48306eb

Browse files
committed
docs: Update readme
Change-Id: I1e206235671ff507a51eca04b6ad4ba682dee2fd
1 parent ac14a7d commit 48306eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ NOTE: **The `exprName` under the same struct field cannot be the same!**
110110
|`0` `0.0`|float64 "0"|
111111
|`''`|String|
112112
|`nil`|nil, undefined|
113-
|`!`|not, suitable for bool, string, float64, nil and $|
113+
|`!`|not, suitable for `bool`, `string`, `float64`, `nil`, `$` and `()`|
114114
|`+`|Digital addition or string splicing|
115115
|`-`|Digital subtraction or negative|
116116
|`*`|Digital multiplication|

validator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type T struct {
119119
|`0` `0.0`|float64 "0"|
120120
|`''`|String|
121121
|`nil`|nil, undefined|
122-
|`!`|not, suitable for bool, string, float64, nil and $|
122+
|`!`|not, suitable for `bool`, `string`, `float64`, `nil`, `$` and `()`|
123123
|`+`|Digital addition or string splicing|
124124
|`-`|Digital subtraction or negative|
125125
|`*`|Digital multiplication|

0 commit comments

Comments
 (0)