Typo fixes

This commit is contained in:
MarcinZiabek
2021-12-30 21:53:42 +01:00
committed by Marcin Ziąbek
parent 3f8463e9b7
commit ea92655ef5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace QuestPDF.Examples
.EnableCaching()
.EnableDebugging(false)
.ShowResults()
.Render(container => GeneratePerformanceStructure(container, 1));
.Render(container => GeneratePerformanceStructure(container, 10));
}
public static void GeneratePerformanceStructure(IContainer container, int repeats)