Skip to content

Commit 7929518

Browse files
authored
Fix docs that were outdated by previous PR (#127)
1 parent 0a81300 commit 7929518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ end
130130
131131
Populate `A` with the contents of the `value` column in a provided `table`, matching the
132132
[Tables.jl](https://github.com/JuliaData/Tables.jl) API. The `table` must contain columns
133-
corresponding to the keys in `A` and implements `Tables.rows`. If the keys in `A` do not
133+
corresponding to the keys in `A` and implement `Tables.columns`. If the keys in `A` do not
134134
uniquely identify rows in the `table` then an `ArgumentError` is throw. If `force` is true
135135
then the duplicate (non-unique) entries will be overwritten.
136136
"""

0 commit comments

Comments
 (0)