Skip to content

Commit 81f745a

Browse files
committed
Update modify.md
1 parent 43afa64 commit 81f745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The first argument of these two functions is the name of the data set which is g
1212

1313
> `modify!(ds, args...)` or `modify(ds, args...)`
1414
15-
The simplest form of `args` is `col => fun` which calls `fun` on `col` as a vector and replaces `col` with the output of the call. `col` can be a column index or a column name. Thus, to replace the value of a column which is called `:x` in a data set `ds` with their standardised values, we can use the following expression:
15+
The simplest form of `args` is `col => fun` which calls `fun` on `col` as a vector and replaces `col` with the output of the call. `col` can be a column index or a column name. Thus, to replace the value of a column which is called `:x1` in a data set `ds` with their standardised values, we can use the following expression:
1616

1717
> `modify!(ds, :x1 => stdze)`
1818

0 commit comments

Comments
 (0)