Skip to content

Commit

Permalink
Documentation clarification (#745)
Browse files Browse the repository at this point in the history
* Documentation clarification
---------

Co-authored-by: Ronny Bergmann <git@ronnybergmann.net>
  • Loading branch information
olivierverdier and kellertuer authored Sep 12, 2024
1 parent fa36c54 commit fe3e49d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.10.2] - unreleased

* fix a few typographical errors.
### Changed

* fixes a few typographical errors.

## [0.10.1] – 2024-08-29

Expand Down
8 changes: 4 additions & 4 deletions src/groups/group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -947,10 +947,10 @@ left or right `conv`ention. The differential transports vectors:
```
*Note*: the default implementation of `translate_diff` and `translate_diff!`
assumes that the tangent vector ``X`` is stored at
the point ``p\mathcal{G}`` as the vector ``Y ∈ \mathfrak{g}``
where ``X = pY``.
The implementation at `p = Identity` is independent of the storage choice.
assumes that a tangent vector ``X`` at
a point ``q\mathcal{G}`` is stored as the vector ``Y ∈ \mathfrak{g}``
where ``X = qY``.
The implementation at `q = Identity` is independent of the storage choice.
"""
translate_diff(::AbstractDecoratorManifold, ::Any...)
@trait_function translate_diff(
Expand Down

0 comments on commit fe3e49d

Please sign in to comment.