Skip to content

Commit

Permalink
Fix typo in docstring (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnemecek authored Jan 14, 2025
1 parent 80ade51 commit 4b1b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/tensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 4b1b265

@lkdvos
Copy link
Collaborator

@lkdvos lkdvos commented on 4b1b265 Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically a typo in the docs, I should have double-checked that before I changed the title (my mistake!)

Please sign in to comment.