diff --git a/src/WreathProducts.jl b/src/WreathProducts.jl index 7dc6893..2970c69 100644 --- a/src/WreathProducts.jl +++ b/src/WreathProducts.jl @@ -167,7 +167,7 @@ end ############################################################################### # -# Binary operators +# Group operations # ############################################################################### @@ -191,11 +191,6 @@ doc""" (*)(g::WreathProductElem, h::WreathProductElem) = wreath_multiplication(g,h) -############################################################################### -# -# Inversion -# -############################################################################### doc""" inv(g::WreathProductElem)