Skip to content

Commit 40b2848

Browse files
fix doctest
1 parent 046a51b commit 40b2848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gather.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ julia> src = reshape([1:15;], 3, 5)
102102
2 5 8 11 14
103103
3 6 9 12 15
104104
105-
julia> gather(src, [1, 2], [2, 4])
105+
julia> NNlib.gather(src, [1, 2], [2, 4])
106106
2-element Vector{Int64}:
107107
4
108108
11

0 commit comments

Comments
 (0)