From a53ca61f241d6020e8bfdc0f5e529356e2755ba7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 7 Sep 2021 15:51:03 -0700 Subject: [PATCH] math/permlib: Fix grammar in description. --- math/permlib/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/permlib/pkg-descr b/math/permlib/pkg-descr index 0d2102251fa26..61cfeedadbdf4 100644 --- a/math/permlib/pkg-descr +++ b/math/permlib/pkg-descr @@ -1,6 +1,6 @@ PermLib is a C++ library for permutation computations. Currently it supports set stabilizer and in-orbit computations, based on bases and strong generating sets -(BSGS). Additionally, it computes automorphisms of symmetric matrices and find +(BSGS). Additionally, it computes automorphisms of symmetric matrices and finds the lexicographically smallest set in an orbit of sets. It also features a very basic recognition of permutation group types.