disjoint-sets: fix typo in description of assoc>disjoint-set word

db4
Keita Haga 2011-01-21 16:13:38 +09:00
parent 904d85860a
commit 08bf39c5d1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ HELP: equate
HELP: assoc>disjoint-set HELP: assoc>disjoint-set
{ $values { "assoc" assoc } { "disjoint-set" disjoint-set } } { $values { "assoc" assoc } { "disjoint-set" disjoint-set } }
{ $description "Given an assoc representation of a graph where the keys are vertices and key/value pairs are edges, creates a disjoint set whose elements are the keys of assoc, and two keys are equvalent if they belong to the same connected component of the graph." } { $description "Given an assoc representation of a graph where the keys are vertices and key/value pairs are edges, creates a disjoint set whose elements are the keys of assoc, and two keys are equivalent if they belong to the same connected component of the graph." }
{ $examples { $examples
{ $example { $example
"USING: disjoint-sets kernel prettyprint ;" "USING: disjoint-sets kernel prettyprint ;"