diff --git a/src/Groups.jl b/src/Groups.jl index 08c08b0..1b3719d 100644 --- a/src/Groups.jl +++ b/src/Groups.jl @@ -18,7 +18,7 @@ import Base: deepcopy_internal doc""" ::GSymbol -> Abstract type which all group symbols of FPGroups should subtype. Each +> Abstract type which all group symbols of AbstractFPGroups should subtype. Each > concrete subtype should implement fields: > * `str` which is the string representation/identification of a symbol > * `pow` which is the (multiplicative) exponent of a symbol.