1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-11-19 14:35:28 +01:00

change in doc

This commit is contained in:
kalmar 2017-07-06 09:11:56 +02:00
parent 04b07eb260
commit 345e066664

View File

@ -18,7 +18,7 @@ import Base: deepcopy_internal
doc""" doc"""
::GSymbol ::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: > concrete subtype should implement fields:
> * `str` which is the string representation/identification of a symbol > * `str` which is the string representation/identification of a symbol
> * `pow` which is the (multiplicative) exponent of a symbol. > * `pow` which is the (multiplicative) exponent of a symbol.