Skip to content

Commit 28fa623

Browse files
authored
Fix typo in Chap 76 of manual (gappkg.xml) (gap-system#6046)
1 parent edb7340 commit 28fa623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/ref/gappkg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ It runs quite a bit longer, maybe 10-20 minutes, and produces
19861986
an output similar to the testinstall.g test.
19871987
To run it, also start a new ⪆ session and then call
19881988
<Log><![CDATA[
1989-
gap> Read( Filename( DirectoriesLibrary( "tst" ), "testall.g" ) );
1989+
gap> Read( Filename( DirectoriesLibrary( "tst" ), "teststandard.g" ) );
19901990
]]></Log>
19911991
You may repeat the same check loading your package with <C>OnlyNeeded</C>
19921992
option. Remember to perform each subsequent test in a new &GAP; session.

0 commit comments

Comments
 (0)