Skip to content

Commit e919b97

Browse files
authored
Update readme.md
1 parent d46ea45 commit e919b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ lambda: |
10301030
(ys) => ys.map(y => y+1...etc...)
10311031
# becomes
10321032
filters:
1033-
- map_y: ys.map(y => y+1...etc...)
1033+
- map_y: y+1...etc...
10341034
```
10351035

10361036
### `entities/show_value/right_margin`

0 commit comments

Comments
 (0)