split out morphology; make all tests pass apart from morphology POD
[scpubgit/stemmatology.git] / analysis / lib / Text / Tradition / Stemma.pm
index b88226b..5efaf70 100644 (file)
@@ -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.