Skip to content

Commit

Permalink
typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 17, 2024
1 parent a9dfa34 commit 6e62032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions docs/src/groups/translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@
TranslationGroup
```

## Functions

```@autodocs
Modules = [LieGroups]
Pages = ["groups/translation_group.jl"]
Order = [:function]
```
For this groups, all implementations are already covered by the defaults in [`AdditionGroupOperation`](@ref).
2 changes: 1 addition & 1 deletion src/group_operations/addition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ _doc_diff_conjugate_add = """
diff_conjugate!(G::LieGroup{𝔽,AdditionGroupOperation}, Y, g, h, X)
Compute the differential of the conjutage ``c_g(h) = g$(_math(:))h$(_math(:))g^{-1} = g+h-g = h``,
which simplifies for [`AdditionGroupOperation`](@ref) to`` D(c_g(h))[X] = X``.
which simplifies for [`AdditionGroupOperation`](@ref) to ``D(c_g(h))[X] = X``.
"""

@doc "$(_doc_diff_conjugate_add)"
Expand Down

0 comments on commit 6e62032

Please sign in to comment.