Skip to content

Commit

Permalink
Fix typo in TestDirectory doc (gap-system#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored Jun 27, 2024
1 parent 669ba6a commit e5bf467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.gi
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ end);
## <Description>
## The argument <Arg>inlist</Arg> must be either a single filename
## or directory name, or a list of filenames and directories.
## The function <Ref Func="TestDirectory" /> will take create a list of files
## The function <Ref Func="TestDirectory" /> will create a list of files
## to be tested by taking any files in <Arg>inlist</Arg>, and recursively searching
## any directories in <Arg>inlist</Arg> for files ending in <C>.tst</C>.
## Each of these files is then run through <Ref Func="Test" />, and the results
Expand Down

0 comments on commit e5bf467

Please sign in to comment.