Skip to content

Commit e0b24da

Browse files
authored
fix docstring on CompositeBundle
1 parent 411a5f9 commit e0b24da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tangent.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ const DNEBundle{N, B} = UniformBundle{N, B, NoTangent}
256256
Base.getindex(u::UniformBundle, ::TaylorTangentIndex) = u.tangent.val
257257

258258
"""
259-
TupleTangentBundle{N, B <: Tuple}
259+
CompositeBundle{N, B <: Tuple}
260260
261-
Represents the tagent bundle where the base space is some tuple type.
261+
Represents the tagent bundle where the base space is some tuple or struct type.
262262
Mathematically, this tangent bundle is the product bundle of the individual
263263
element bundles.
264264
"""

0 commit comments

Comments
 (0)