Skip to content

Commit ba82926

Browse files
Jutholkdvos
andcommitted
Apply suggestions from code review
Co-authored-by: Lukas Devos <[email protected]>
1 parent 21caf90 commit ba82926

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/lib/sectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ProductSector
3737

3838
Several more concrete sector types can be found in other packages such as
3939
[SUNRepresentations.jl](https://github.com/QuantumKitHub/SUNRepresentations.jl),
40-
[CategoryData.jl](https://github.com/lkdvos/CategoryData.jl),
40+
[CategoryData.jl](https://github.com/QuantumKitHub/CategoryData.jl),
4141
[QWignerSymbols.jl](https://github.com/lkdvos/QWignerSymbols.jl), ...:
4242

4343
Some of these types are parameterized by a type parameter that represents a group.

src/spaces/vectorspaces.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Base.adjoint(V::VectorSpace) = dual(V)
9191
Elementary finite-dimensional vector space over a field that can be used as the index
9292
space corresponding to the indices of a tensor. ElementarySpace is a supertype for all
9393
vector spaces (objects) that can be associated with the individual indices of a tensor,
94-
as hinted to by its alias `IndexSpace``.
94+
as hinted to by its alias `IndexSpace`.
9595
9696
Every elementary vector space should respond to the methods [`conj`](@ref) and
9797
[`dual`](@ref), returning the complex conjugate space and the dual space respectively. The
@@ -136,8 +136,8 @@ Return the corresponding vector space of type `S` that represents the trivial
136136
one-dimensional space, i.e. the space that is isomorphic to the corresponding field.
137137
138138
!!! note
139-
`unitspace(V)`is different from `one(V)`. The latter returns the empty product space
140-
`ProductSpace{S,0}(())`. `Base.oneunit` falls back to `unitspace`.
139+
`unitspace(V)`is different from `one(V)`. The latter returns the empty product space
140+
`ProductSpace{S,0}(())`. `Base.oneunit` falls back to `unitspace`.
141141
"""
142142
unitspace(V::ElementarySpace) = unitspace(typeof(V))
143143
Base.oneunit(V::ElementarySpace) = unitspace(V)

0 commit comments

Comments
 (0)