Skip to content

Commit 4eb105c

Browse files
authored
add fix (#397)
1 parent 7ea2e2d commit 4eb105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Perform the grouping and combining operations in one step with `@by`
173173
```
174174
df = DataFrame(x = [1, 1, 2, 2], y = [1, 2, 101, 102]);
175175
@by df :x begin
176-
:x = sum(:y)
176+
:y_sum = sum(:y)
177177
end
178178
```
179179

0 commit comments

Comments
 (0)