Skip to content

Commit cad4fbe

Browse files
committed
fix docstring
1 parent 87f55d4 commit cad4fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spaces/vectorspaces.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ const oplus = ⊕
154154
⊖(V::ElementarySpace, W::ElementarySpace) -> X::ElementarySpace
155155
ominus(V::ElementarySpace, W::ElementarySpace) -> X::ElementarySpace
156156
157-
Return the set difference of two elementary spaces, i.e. an instance `X::ElementarySpace`
158-
such that `V = W ⊕ X`.
157+
Return a space that is equivalent to the orthogonal complement of `W` in `V`,
158+
i.e. an instance `X::ElementarySpace` such that `V = W ⊕ X`.
159159
"""
160160
(V₁::S, V₂::S) where {S<:ElementarySpace}
161161
(V₁::VectorSpace, V₂::VectorSpace) = (promote(V₁, V₂)...)

0 commit comments

Comments
 (0)