Browse Source

Fixed in-code documentation

Marcin Ziąbek 1 year ago
parent
commit
ef0c1cc3cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/QuestPDF/Fluent/ElementExtensions.cs

+ 2 - 2
Source/QuestPDF/Fluent/ElementExtensions.cs

@@ -356,7 +356,7 @@ namespace QuestPDF.Fluent
         }
         
         /// <summary>
-        /// Applies a default text style to all nested <see cref="MediaTypeNames.Text">Text</see> elements.
+        /// Applies a default text style to all nested <see cref="TextExtensions.Text">Text</see> elements.
         /// <a href="https://www.questpdf.com/api-reference/default-text-style.html">Learn more</a>
         /// </summary>
         /// <remarks>
@@ -372,7 +372,7 @@ namespace QuestPDF.Fluent
         }
         
         /// <summary>
-        /// Applies a default text style to all nested <see cref="MediaTypeNames.Text">Text</see> elements.
+        /// Applies a default text style to all nested <see cref="TextExtensions.Text">Text</see> elements.
         /// <a href="https://www.questpdf.com/api-reference/default-text-style.html">Learn more</a>
         /// </summary>
         /// <remarks>