mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-15 21:30:56 +00:00
Fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ MinimumSpanningTree.prototype.getMessage = function(local)
|
|||||||
{
|
{
|
||||||
if (!this.isNotConneted )
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user