Skip to content

Commit dea3513

Browse files
authored
Add doctest in docstring for ByRow()
1 parent f14359b commit dea3513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ arguments to `ByRow` does not allow it to determine the number of rows of the
188188
source table).
189189
190190
# Examples
191-
```
191+
```jldoctest
192192
julia> Tables.ByRow(x -> x^2)(1:3)
193193
3-element Vector{Int64}:
194194
1

0 commit comments

Comments
 (0)