Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blocks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Return the array-of-arrays view to `a` such that
blocks(a)[i₁, i₂, ..., iₙ] == a[Block(i₁), Block(i₂), ..., Block(iₙ)]
```

This function does not copy the blocks and give a mutable viwe to the original
This function does not copy the blocks and give a mutable view to the original
array. This is an "inverse" of [`mortar`](@ref).

# Examples
Expand Down
Loading