Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stertooy committed Dec 18, 2024
1 parent 71f7343 commit fa42b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if IsReadableFile( tstFile ) then
correct := Test( tstFile, rec( compareFunction := "uptowhitespace" ) );
RemoveFile( tstFile );
if correct then
Info( InfoGAPDoc, 1, "#I All examples correct.\n" );
Info( InfoGAPDoc, 1, "#I All examples are correct.\n" );
else
Info( InfoGAPDoc, 1, "#I One or more examples are incorrect.\n" );
ForceQuitGap( 1 );
Expand Down

0 comments on commit fa42b02

Please sign in to comment.