This commit is contained in:
zel
2025-02-24 16:39:30 +08:00
parent c1a6c7e618
commit ee2b58d94b
3 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace DummyPageGenerator
var result = new List<string>();
var random = new Random();
int countOfWords = GetWordsCount();
var countOfWords = GetWordsCount();
while (result.Count < count)
{