Skip to content

Commit 4b1b265

Browse files
authored
Fix typo in docstring (#199)
1 parent 80ade51 commit 4b1b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lib/tensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Base.getindex(::TensorMap{T,S,N₁,N₂}, ::FusionTree{I,N₁}, ::FusionTree{I,N
121121
Base.setindex!(::TensorMap{T,S,N₁,N₂}, ::Any, ::FusionTree{I,N₁}, ::FusionTree{I,N₂}) where {T,S,N₁,N₂,I<:Sector}
122122
```
123123

124-
For a tensor `t` with `FusionType(sectortype(t)) isa UniqeFuison`, fusion trees are
124+
For a tensor `t` with `FusionType(sectortype(t)) isa UniqueFusion`, fusion trees are
125125
completely determined by the outcoming sectors, and the data can be accessed in a more
126126
straightforward way:
127127
```@docs

0 commit comments

Comments
 (0)