Skip to content

Commit eb97430

Browse files
authored
Fix important typo
1 parent 85e328e commit eb97430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and optionally
2424
* `dim(a::I)`: quantum dimension of sector `a`
2525
* `frobenius_schur_indicator(a::I)`: Frobenius-Schur indicator of `a` (1, 0, -1)
2626
* `frobenius_schur_phase(a::I)`: Frobenius-Schur phase of `a` (±1)
27-
# `sectorscalartype(::Type{I})`: scalar type of F- and R-symbols
27+
* `sectorscalartype(::Type{I})`: scalar type of F- and R-symbols
2828
* `Bsymbol(a::I, b::I, c::I)`: B-symbol: scalar (in case of
2929
`UniqueFusion`/`SimpleFusion`) or matrix (in case of `GenericFusion`)
3030
* `twist(a::I)` -> twist of sector `a`

0 commit comments

Comments
 (0)