Skip to content

Commit 8e8da39

Browse files
authored
Fix name in docstring for AbstractTangentBundle
1 parent ee8af85 commit 8e8da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tangent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
abstract type TangentBundle{N, B}; end
2+
abstract type AbstractTangentBundle{N, B}; end
33
44
This type represents the `N`-th order (iterated) tangent bundle [1] `TⁿB` over some base
55
(Riemannian) manifold `B`. Note that `TⁿB` is itself another manifold and thus

0 commit comments

Comments
 (0)