From 3b65bfeb4abaa53febdf77ef340d03c81678673e Mon Sep 17 00:00:00 2001 From: Alexander Hulpke Date: Mon, 6 Apr 2020 08:21:48 -0600 Subject: [PATCH] Update grp/perf.gd Co-Authored-By: Max Horn --- grp/perf.gd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grp/perf.gd b/grp/perf.gd index b796a68081..431f197417 100644 --- a/grp/perf.gd +++ b/grp/perf.gd @@ -126,8 +126,9 @@ DeclareGlobalFunction("SizesPerfectGroups"); ## listed at the beginning of this section for which the number is not ## yet known. For these values as well as for any argument out of range it ## returns fail. -## NumberPerfectLibraryGroups and NrPerfectLibraryGroups -## are synonyms for NumberPerfectGroups which only exist for historical +## NrPerfectGroups is a synonym for . +## Moreover NumberPerfectLibraryGroups and NrPerfectLibraryGroups +## are synonyms for which only exist for historical ## reasons. ## ##