Skip to content

Commit

Permalink
small doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Feb 25, 2021
1 parent a42951b commit b95851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gather.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ expression simplifies to
dst[:, k] .= src[:, idx[k]]
and `k` will range over `eachindex(idx)`.
and `k` will range over `1:length(idx)`.
Notice that elements of `idx` may be repeated. A single `src` column
can end up being copied into zero, one, or multiple `dst` columns.
Expand Down

0 comments on commit b95851d

Please sign in to comment.