Skip to content

Commit 0a66eb2

Browse files
authored
Fix typo in getindex docstring
[skip ci]
1 parent d080e79 commit 0a66eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/tensor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ end
523523
524524
Return a view into the data slice of `t` corresponding to the splitting - fusion tree pair
525525
with combined uncoupled charges `sectors`. In particular, if `sectors == (s₁..., s₂...)`
526-
where `s₁` and `s₂` correspond to the coupled charges in the codomain and domain
526+
where `s₁` and `s₂` correspond to the uncoupled charges in the codomain and domain
527527
respectively, then a `StridedViews.StridedView` of size
528528
`(dims(codomain(t), s₁)..., dims(domain(t), s₂))` is returned.
529529

0 commit comments

Comments
 (0)