Skip to content

Commit 0f74b43

Browse files
authored
Fix Between and All docstrings
2 parents 6640012 + ca2ae6c commit 0f74b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DataAPI.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function describe end
7575

7676
"""
7777
Between(first, last)
78+
7879
Select the columns between `first` and `last` from a table.
7980
"""
8081
struct Between{T1 <: Union{Int, Symbol}, T2 <: Union{Int, Symbol}}
@@ -84,6 +85,7 @@ end
8485

8586
"""
8687
All(cols...)
88+
8789
Select the union of the selections in `cols`. If `cols == ()`, select all columns.
8890
"""
8991
struct All{T<:Tuple}

0 commit comments

Comments
 (0)