From a5ae2245a8e9ef7892551a3eb0a4c13fdc74a3b5 Mon Sep 17 00:00:00 2001 From: adamnemecek Date: Tue, 14 Jan 2025 09:27:35 -0800 Subject: [PATCH] fixed typo --- docs/src/lib/tensors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/lib/tensors.md b/docs/src/lib/tensors.md index 2ab1e1881..5782f093c 100644 --- a/docs/src/lib/tensors.md +++ b/docs/src/lib/tensors.md @@ -121,7 +121,7 @@ Base.getindex(::TensorMap{T,S,N₁,N₂}, ::FusionTree{I,N₁}, ::FusionTree{I,N Base.setindex!(::TensorMap{T,S,N₁,N₂}, ::Any, ::FusionTree{I,N₁}, ::FusionTree{I,N₂}) where {T,S,N₁,N₂,I<:Sector} ``` -For a tensor `t` with `FusionType(sectortype(t)) isa UniqeFuison`, fusion trees are +For a tensor `t` with `FusionType(sectortype(t)) isa UniqueFusion`, fusion trees are completely determined by the outcoming sectors, and the data can be accessed in a more straightforward way: ```@docs