Skip to content

Commit 5b2ea33

Browse files
committed
improve nrows docstring
1 parent c6d5316 commit 5b2ea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ table(::LightInterface, X; kw...) = errlight("table")
257257
"""
258258
nrows(X)
259259
260-
return the number of rows for a table, abstractvector or abtractmatrix, `X`.
260+
Return the number of rows for a table, `AbstractVector` or `AbtractMatrix`, `X`.
261261
"""
262262
function nrows(X)
263263
m = get_interface_mode()

0 commit comments

Comments
 (0)