Skip to content

Commit

Permalink
Fix renaming artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 27, 2023
1 parent 557b7ff commit 31cb807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/src/smash_product_deform_lie.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ deform
symmetric_deformation
```

## SmashProductDeformLie struct
## SmashProductLieDeform struct
```@docs
SmashProductDeformLie
SmashProductLieDeform
```

## Functions
The [`SmashProductDeformLie`](@ref) struct can be used as an argument for the following functions:
The [`SmashProductLieDeform`](@ref) struct can be used as an argument for the following functions:
- `gen`
- `gens`
- `ngens`
Expand Down
2 changes: 1 addition & 1 deletion src/SmashProductLieDeform.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ end
Constructs the deformation of the smash product `sp` by the deformation map `kappa`.
Returns a [`SmashProductDeformLie`](@ref) struct and a two-part basis.
Returns a [`SmashProductLieDeform`](@ref) struct and a two-part basis.
"""
function deform(sp::SmashProductLie{C, CL}, kappa::DeformationMap{C}) where {C <: RingElem, CL <: RingElem}
dimL = dim(lie_algebra(sp))
Expand Down

0 comments on commit 31cb807

Please sign in to comment.