Skip to content

Commit

Permalink
Update src/manifolds/VectorBundle.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran authored Mar 23, 2024
1 parent 1e7d1c4 commit c84fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifolds/VectorBundle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fiber_bundle_transport(M::AbstractManifold, ::FiberType) =
VectorBundle{𝔽,TVS,TM,VTV} = FiberBundle{𝔽,TVS,TM,TVT} where {TVS<:VectorSpaceType}
Alias for [`FiberBundle`](@ref) when fiber type is a `TVS` of type
[`VectorSpaceType`]@extref `ManifoldsBase.VectorSpaceType`).
[`VectorSpaceType`](@extref `ManifoldsBase.VectorSpaceType`).
`VectorSpaceFiberType` is used to encode vector spaces as fiber types.
"""
Expand Down

0 comments on commit c84fc50

Please sign in to comment.