Skip to content

Commit f17d1b5

Browse files
authored
Fix typo in blocks(...) docstring (#468)
Fixes #447.
1 parent b167ede commit f17d1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Return the array-of-arrays view to `a` such that
77
blocks(a)[i₁, i₂, ..., iₙ] == a[Block(i₁), Block(i₂), ..., Block(iₙ)]
88
```
99
10-
This function does not copy the blocks and give a mutable viwe to the original
10+
This function does not copy the blocks and give a mutable view to the original
1111
array. This is an "inverse" of [`mortar`](@ref).
1212
1313
# Examples

0 commit comments

Comments
 (0)