Skip to content

Commit beb738b

Browse files
committed
Update Language-Definition.md
1 parent aa3560b commit beb738b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Language-Definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,10 @@ Braces `{` `}` can be omitted:
515515
filter(Tweets, len(.Value) > 280)
516516
```
517517

518-
## `env` variable
518+
## `$env` variable
519519

520-
The `env` variable is a map of all variables passed to the expression.
520+
The `$env` variable is a map of all variables passed to the expression.
521521

522522
```expr
523-
Foo.Name == env['Foo'].Name
523+
Foo.Name == $env["Foo"].Name
524524
```

0 commit comments

Comments
 (0)