Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Apr 8, 2021
1 parent f5105c4 commit 5e8dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/database.tst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gap> OneSingerAlgebraInfo( "z", 7 ).z;
7

## Check some of the stored permutation isomorphisms.
gap> joins:= SingerAlg.ContentsOfDataFile( "joinsPermExt.json" );;
gap> joins:= SingerAlg.ContentsOfDataFile( "joinsPermExt.json" )[2];;
gap> for entry in joins{ [ 1 .. 50 ] } do
> z:= entry[1];
> q1:= entry[2];
Expand Down

0 comments on commit 5e8dece

Please sign in to comment.