Skip to content

Commit 1c728c4

Browse files
committed
Fix docs.
1 parent 23cedbd commit 1c728c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vector_spaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ when it is beneficial to statically dispatch on a zero vector.
114114
only happens on the most inner (third) layer, providing generic implementations
115115
with this type is a very manifold-specific task and should be considered carefully.
116116
117-
Therefore there are also only a few generic implementations available, e.g. [`zero_vector`](@ref zero_vector(::AbstractManifold, ::Any, ::Bool))
117+
Therefore there are also only a few generic implementations available, for example the vector operations `+`, `-` and scaling with real number.
118118
"""
119119
struct ZeroVector <: AbstractTangentVector end
120120

0 commit comments

Comments
 (0)