Fixed typo

This commit is contained in:
MarcinZiabek
2022-09-18 20:15:41 +02:00
parent f028f82e11
commit b307304f46
+1 -1
View File
@@ -3,7 +3,7 @@
public static class Settings
{
/// <summary>
/// This value represents the maximum lenght of the document that the library produces.
/// This value represents the maximum length of the document that the library produces.
/// This is useful when layout constraints are too strong, e.g. one element does not fit in another.
/// In such cases, the library would produce document of infinite length, consuming all available resources.
/// To break the algorithm and save the environment, the library breaks the rendering process after reaching specified length of document.