Marcin Ziąbek 2 лет назад
Родитель
Сommit
ea108994cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/QuestPDF/Fluent/TableExtensions.cs

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

@@ -172,7 +172,7 @@ namespace QuestPDF.Fluent
         /// Items may be auto-placed based on the order they're called or can have assigned specific column and row positions. Cells can also span multiple columns and/or rows.
         /// </para>
         /// </summary>
-        /// <param name="handler">Delegate to shape the table content.</param>
+        /// <param name="handler">Handler to define the table content.</param>
         public static void Table(this IContainer element, Action<TableDescriptor> handler)
         {
             var descriptor = new TableDescriptor();