Skip to content

Commit

Permalink
HACK: remove fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 30, 2024
1 parent c06e301 commit afcbd01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/algebra.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ DeclareGlobalFunction( "AlgebraByStructureConstants" );
## that describes the unique multiplicative identity element of the returned
## algebra w. r. t. the defining basis of this algebra,
## and that the returned algebra is an algebra-with-one
## (see <Ref Filt="IsAlgebraWithOne"/>).
## (see <Ref Func="IsAlgebraWithOne"/>).
## <P/>
## <Example><![CDATA[
## gap> A:= GF(2)^[2,2];;
Expand Down
2 changes: 1 addition & 1 deletion lib/ctbl.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ DeclareGlobalFunction( "IsClassFusionOfNormalSubgroup" );
## <P/>
## For each <M>2</M>-modular Brauer characters where these conditions are
## not sufficient to determine the indicator, an unknown value
## (see <Ref Oper="Unknown"/>) is returned.
## (see <Ref Func="Unknown"/>) is returned.
## </Description>
## </ManSection>
## <#/GAPDoc>
Expand Down
2 changes: 1 addition & 1 deletion lib/matrix.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ DeclareGlobalFunction( "PermutationMat" );
## If only <A>vector</A> is given then it is used to compute a default for
## <A>R</A>.
## <P/>
## If the <Ref Attr="ConstructingFilter" Label="for a matrix object"/> value
## If the <Ref Filt="ConstructingFilter" Label="for a matrix object"/> value
## of the result implies <Ref Filt="IsCopyable"/> then the result is
## fully mutable.
## <P/>
Expand Down

0 comments on commit afcbd01

Please sign in to comment.