Skip to content

Commit f6cb6ae

Browse files
authored
Fix docstring of BlockedUnitRange (#270)
Change `blockrange` to `blockedrange`
1 parent d8f82ad commit f6cb6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockaxis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function _BlockedUnitRange end
2929
3030
is an `AbstractUnitRange{Int}` that has been divided
3131
into blocks, and is used to represent axes of block arrays.
32-
Construction is typically via `blockrange` which converts
32+
Construction is typically via `blockedrange` which converts
3333
a vector of block lengths to a `BlockedUnitRange`.
3434
```jldoctest; setup = quote using BlockArrays end
3535
julia> blockedrange([2,2,3])

0 commit comments

Comments
 (0)