Skip to content

Commit 13af986

Browse files
committed
another minor typo
1 parent 24be2ea commit 13af986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/gradedspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ isomorphism classes of simple objects of a unitary and pivotal (pre-)fusion cate
1212
1313
Here `dims` represents the degeneracy or multiplicity of every sector.
1414
15-
The data structure `D` of `dims` will depend on the result `Base.IteratorElsize(values(I))`;
15+
The data structure `D` of `dims` will depend on the result `Base.IteratorSize(values(I))`;
1616
if the result is of type `HasLength` or `HasShape`, `dims` will be stored in a
1717
`NTuple{N,Int}` with `N = length(values(I))`. This requires that a sector `s::I` can be
1818
transformed into an index via `s == getindex(values(I), i)` and

0 commit comments

Comments
 (0)