Skip to content

Commit 90ef213

Browse files
usefulhyunKristofferC
authored andcommitted
Typo in comment (#25)
1 parent 4ddb504 commit 90ef213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocksizes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BlockSizes #
33
##############
44

5-
# Keeps track of the (cumulutative) sizes of all the blocks in the `BlockArray`.
5+
# Keeps track of the (cumulative) sizes of all the blocks in the `BlockArray`.
66
immutable BlockSizes{N}
77
cumul_sizes::NTuple{N, Vector{Int}}
88
# Takes a tuple of sizes, accumulates them and create a `BlockSizes`

0 commit comments

Comments
 (0)