Skip to content

Commit 9c8827a

Browse files
authored
Update _index.md
1 parent 67a6778 commit 9c8827a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/addon/eval-extra/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ amount: "FLOOR(SQRT(18))" # The amount will be the floor value of the square roo
7676
## Variable
7777

7878
You can evaluate an expression as a variable by using the variable `{eval_<expression>}`
79+
7980
For example:
8081
* `{eval_1 + 2}`
8182
* `{eval_{level} * 100}`
82-
* `{eval_FLOOR(SQRT(18))`
83+
* `{eval_FLOOR(SQRT(18))}`

0 commit comments

Comments
 (0)