Marcin Ziąbek пре 1 година
родитељ
комит
e07086871b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/QuestPDF/Fluent/TextExtensions.cs

+ 1 - 1
Source/QuestPDF/Fluent/TextExtensions.cs

@@ -143,7 +143,7 @@ namespace QuestPDF.Fluent
         /// <summary>
         /// Sets the maximum number of lines to display. 
         /// </summary>
-        public void LineClamp(int maxLines)
+        public void ClampLines(int maxLines)
         {
             TextBlock.LineClamp = maxLines;
         }