Skip to content

Commit bc1d804

Browse files
wuzh07kellertuer
andauthored
Fix typo in documentation (#82)
* Fix typo in documentation for PowerLieGroup * Fix doc display in vee description * Update src/Lie_algebra/Lie_algebra_interface.jl --------- Co-authored-by: Ronny Bergmann <git@ronnybergmann.net>
1 parent a26ba8d commit bc1d804

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Lie_algebra/Lie_algebra_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ _doc_vee = """
371371
vee!(𝔤::LieAlgebra, c, X)
372372
373373
Compute the vee map ``(⋅){\\vee}: $(_math(:𝔤))$(_tex(:Cal, "V"))`` that maps a tangent vector `X`
374-
from the [`LieAlgebra`](@ref) $(_math(:𝔤)) to its coordinates with respect to the [`DefaultLieAlgebraOrthogonalBasis`](@ref) basis in the Lie algebra
374+
from the [`LieAlgebra`](@ref) ``$(_math(:𝔤))`` to its coordinates with respect to the [`DefaultLieAlgebraOrthogonalBasis`](@ref) basis in the Lie algebra
375375
376376
```math
377377
X = $(_tex(:sum))_{i∈$(_tex(:Cal, "I"))} c_iB_i,

src/groups/power_group.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If passed a Lie group `G`, the group operation on the [`PowerLieGroup`](@ref) is
2424
but applied elementwise. Internally, the corresponding [`PowerGroupOperation`](@ref) is created.
2525
If you pass a manifold `M`, you have to provide the corresponding [`PowerGroupOperation`](@ref) yourself.
2626
27-
Bot the arguments `args...` as well as the keyword arguments `kwargs...` are passed on to
27+
Both the arguments `args...` as well as the keyword arguments `kwargs...` are passed on to
2828
the constructor of the [`PowerManifold`](@extref `ManifoldsBase.PowerManifold`).
2929
This especially includes the `size` of the manifold and allows to specify a [`NestedPowerRepresentation`](@extref `ManifoldsBase.NestedPowerRepresentation`).
3030
"""

0 commit comments

Comments
 (0)