This commit is contained in:
Unick Soft
2019-05-30 21:43:53 +02:00
parent 085ec10059
commit e8a985c91b

View File

@@ -27,7 +27,7 @@ MinimumSpanningTree.prototype.getMessage = function(local)
{
if (!this.isNotConneted )
{
return local == "ru" ? "Вес минимального оставного дерева равнен " + this.MST : "Weight of minimum spanning tree is " + this.MST;
return local == "ru" ? "Вес минимального оставного дерева равен " + this.MST : "Weight of minimum spanning tree is " + this.MST;
}
else
{