Skip to content

Commit

Permalink
Update Language-Definition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 3, 2023
1 parent 3d54865 commit 212ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Language-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ omitted `#` symbol (`#.Value` becomes `.Value`).
filter(Tweets, {len(.Value) > 280})
```

Braces `{}` can be omitted:
Braces `{` `}` can be omitted:

```python
filter(Tweets, len(.Value) > 280)
Expand Down

0 comments on commit 212ed0f

Please sign in to comment.