From 1043c06d3fb5b252b35be470dce2ceb3d8cc2c22 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Wed, 20 Apr 2022 15:21:36 +0100 Subject: [PATCH] doc: fix typos --- doc/grahom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/grahom.xml b/doc/grahom.xml index 36448590b..f84d9be3b 100644 --- a/doc/grahom.xml +++ b/doc/grahom.xml @@ -808,7 +808,7 @@ false MaximalCommonSubdigraph returns a maximal common subgraph M of D1 and D2 with the maximum number of vertices. So M is a digraph which embeds into both D1 and D2 and has the largest - number of vertices amoung such digraphs. + number of vertices among such digraphs. It returns a list [M, t1, t2] where M is the maximal common subdigraph and t1, t2 are transformations embedding M into @@ -839,7 +839,7 @@ gap> MaximalCommonSubdigraph(NullDigraph(0), CompleteDigraph(10)); MinimalCommonSuperdigraph returns a minimal common superdigraph M of D1 and D2 with the minimum number of vertices. So M is a digraph into which both D1 and D2 embed and - has the smallest number of vertices amoung such digraphs. + has the smallest number of vertices among such digraphs. It returns a list [M, t1, t2] where M is the minimal common superdigraph and t1, t2 are transformations embedding D1 and