File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ false
808808 <C >MaximalCommonSubdigraph</C > returns a maximal common subgraph <C >M</C > of
809809 <A >D1</A > and <A >D2</A > with the maximum number of vertices. So <C >M</C > is a
810810 digraph which embeds into both <A >D1</A > and <A >D2</A > and has the largest
811- number of vertices amoung such digraphs.
811+ number of vertices among such digraphs.
812812
813813 It returns a list <C >[M, t1, t2]</C > where <C >M</C > is the maximal common
814814 subdigraph and <C >t1, t2</C > are transformations embedding <C >M</C > into
@@ -839,7 +839,7 @@ gap> MaximalCommonSubdigraph(NullDigraph(0), CompleteDigraph(10));
839839 <C >MinimalCommonSuperdigraph</C > returns a minimal common superdigraph
840840 <C >M</C > of <A >D1</A > and <A >D2</A > with the minimum number of vertices.
841841 So <C >M</C > is a digraph into which both <A >D1</A > and <A >D2</A > embed and
842- has the smallest number of vertices amoung such digraphs.
842+ has the smallest number of vertices among such digraphs.
843843
844844 It returns a list <C >[M, t1, t2]</C > where <C >M</C > is the minimal common
845845 superdigraph and <C >t1, t2</C > are transformations embedding <A >D1</A > and
You can’t perform that action at this time.
0 commit comments