Skip to content

Commit 84d9103

Browse files
committed
Minor
1 parent 675199e commit 84d9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SoleBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
"""$(_doc_slicedataset)"""
7777
function instances(
7878
dataset::D,
79-
inds::AbstractVector{<:Integer},
79+
inds::AbstractVector,
8080
return_view::Union{Val{true},Val{false}};
8181
kwargs...
8282
) where {D}

0 commit comments

Comments
 (0)