Skip to content

Commit 8567db4

Browse files
committed
fix docstring for byrow
1 parent 50da7db commit 8567db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/byrow/doc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ Variant of `byrow(stdze!)` which pass a copy of `ds` and leave `ds` untouched.
12921292
12931293
Return the result of calling `fun` on each row of `ds` selected by `cols`. The `fun` function must accept one argument which contains the values of each row as a vector of values and return a scalar.
12941294
1295-
When user passes a type as `fun` and a single column as `cols`, `byrow` convert the corresponding column to the type specified by `fun`.
1295+
When user passes a "Type" as `fun` and a single column as `cols`, `byrow` converts the corresponding column to the type specified by `fun` using the `convert` function in Base Julia.
12961296
12971297
For generic functions there are the below special cases:
12981298

0 commit comments

Comments
 (0)