Skip to content

Commit f7c65da

Browse files
committed
Update The-Expression-Syntax.md
1 parent c7b2b09 commit f7c65da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/The-Expression-Syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ Example:
155155
all(Tweets, {.Size < 140})
156156
```
157157

158-
## Closure
158+
## Closures
159159

160160
* `{...}` (closure)
161161

162-
**Expr** support closures with builtin functions. To access current item use `#` symbol.
162+
Closures allowed only with builtin functions. To access current item use `#` symbol.
163163

164164
```go
165165
map(0..9, {# + 1})

0 commit comments

Comments
 (0)