Skip to content

Commit 526cf51

Browse files
authored
Update README.md
1 parent 9e7a945 commit 526cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Do not double-quote them, or they will become plain strings!
144144
* Go classifies bit shift operators with the higher `*`.
145145
* `&&` is synonymous of `And`.
146146
* `||` is synonymous of `Or`.
147-
* Types: String, Number, Bool
147+
* Types: String, Number, Bool, MultiValue
148148
* Associativity with parentheses: `(` and `)`
149149
* Functions:
150150
* Built-in: pi, cos, floor, sin, sqrt, trunc, and more (see `function.go`: `Eval()`)

0 commit comments

Comments
 (0)