Skip to content

Commit 9061d9c

Browse files
committed
Fix typo in comment
1 parent ee31d8b commit 9061d9c

File tree

1 file changed

+1
-1
lines changed
  • src/abstractblocksparsearray

1 file changed

+1
-1
lines changed

src/abstractblocksparsearray/map.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
# is used to determine `union_stored_blocked_cartesianindices(...)`).
6363
# `reblock` is a partial solution to that, but a bit ad-hoc.
6464
# TODO: Move to `blocksparsearrayinterface/map.jl`.
65-
## TODO: Make this an `@interface AbstractBlockSparseArray` function.
65+
## TODO: Make this an `@interface AbstractBlockSparseArrayInterface` function.
6666
function sparse_map!(
6767
::BlockSparseArrayStyle, f, a_dest::AbstractArray, a_srcs::Vararg{AbstractArray}
6868
)

0 commit comments

Comments
 (0)