Skip to content

Commit 5c927b6

Browse files
authored
clarify Between docstring
1 parent e8f7842 commit 5c927b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataAPI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ end
171171
"""
172172
Between(first, last)
173173
174-
Select the columns between `first` and `last` from a table.
174+
Select the columns between `first` and `last` (including both) from a table.
175175
"""
176176
struct Between{T1 <: Union{Int, Symbol}, T2 <: Union{Int, Symbol}}
177177
first::T1

0 commit comments

Comments
 (0)