Skip to content

Commit 1043c06

Browse files
james-d-mitchellmtorpey
authored andcommitted
doc: fix typos
1 parent 8d56865 commit 1043c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/grahom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)