Skip to content

Commit 6386d33

Browse files
committed
remove todo comment that breaks docstring
1 parent 38f7d2e commit 6386d33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spaces/productspace.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ end
230230
Return a tensor product of zero spaces of type `S`, i.e. this is the unit object under the
231231
tensor product operation, such that `V ⊗ one(V) == V`.
232232
"""
233-
#TODO: unit(V::S)?
234233
Base.one(V::VectorSpace) = one(typeof(V))
235234
Base.one(::Type{<:ProductSpace{S}}) where {S <: ElementarySpace} = ProductSpace{S, 0}(())
236235
Base.one(::Type{S}) where {S <: ElementarySpace} = ProductSpace{S, 0}(())

0 commit comments

Comments
 (0)