X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=analysis%2Flib%2FText%2FTradition%2FStemma.pm;h=5efaf705d694c2baa7bea79809037778dec7ac98;hb=a445ce40b95a497a8a6f5276e0933d158d392443;hp=b88226b57df85fb9f5a99ee01476f1d5160b88de;hpb=951ddfe8781b6111653ed8074488e5ddb65178f7;p=scpubgit%2Fstemmatology.git diff --git a/analysis/lib/Text/Tradition/Stemma.pm b/analysis/lib/Text/Tradition/Stemma.pm index b88226b..5efaf70 100644 --- a/analysis/lib/Text/Tradition/Stemma.pm +++ b/analysis/lib/Text/Tradition/Stemma.pm @@ -527,7 +527,7 @@ sub hypotheticals { return @wits; } -=head2 root( $root_vertex ) { +=head2 root_graph( $root_vertex ) { If the stemma graph is undirected, make it directed with $root_vertex at the root. If it is directed, re-root it.