Skip to content

Commit 10c1d50

Browse files
committed
2 parents f80b8d0 + 55af733 commit 10c1d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/byrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Generally, `byrow` is efficient for any `fun` which returns a single value for e
5757
* `isequal` : Return `true` when all values are equal. Optionally, a vector of values can be passed via the `with` keyword to compare equality with it.
5858
* `isless` : Return `true` when all values are less than passed vector(or column specified by its name) as `with`. Passing `rev = true` change `less` to `greater`.
5959
* `issorted` : Check if the values are sorted
60-
* `join`: Convert values in each row to string and join them into a single string, inserting the given delimiter (if any) between adjacent values. If `last` is given, it will be used instead of `delim` between the last two strings.
60+
* `join`: Convert values in each row to string and join them into a single string, inserting the given delimiter (if any) between adjacent values. If `last` is given, it will be used after the last string.
6161
* `maximum` : Return the maximum value
6262
* `mean` : Compute the mean value
6363
* `minimum` : Return the minimum value

0 commit comments

Comments
 (0)