Skip to content

Commit f667c9a

Browse files
authored
Delete misleading sentence in docs for @mutate
See https://discourse.julialang.org/t/query-mutate-weirdness-bug/44642/2.
1 parent c08f213 commit f667c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/standalonequerycommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ println(q)
345345
```
346346

347347
## The `@mutate` command
348-
The `@mutate` command has the form `source |> @mutate(args...)`. `source` can be any source that can be queried. Each argument from `args...` must specify the name of the element and the formula to which its values are transformed. The formula can contain elements of `source`. All `args...` are executed in order, and the result set of the previous mutation is the source of each current mutation.
348+
The `@mutate` command has the form `source |> @mutate(args...)`. `source` can be any source that can be queried. Each argument from `args...` must specify the name of the element and the formula to which its values are transformed. The formula can contain elements of `source`.
349349
```jldoctest
350350
using Query, DataFrames
351351

0 commit comments

Comments
 (0)