Skip to content

Commit 97b94a0

Browse files
committed
Merge branch '965406-Modify-Extract-list-values-from-headings' of https://github.com/SyncfusionExamples/DocIO-Examples into 965406-Modify-Extract-list-values-from-headings
2 parents 40a9fc9 + df7096e commit 97b94a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Paragraphs/Get-heading-list-value/.NET/Get-heading-list-value

Paragraphs/Get-heading-list-value/.NET/Get-heading-list-value/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static void Main(string[] args)
2626
foreach (Entity entity in headingParagraphs)
2727
{
2828
WParagraph paragraph = entity as WParagraph;
29-
//Get the the heading number and the heading text together.
29+
//Get the heading number and the heading text together.
3030
Console.WriteLine(paragraph.ListString + paragraph.Text);
3131
}
3232
}

0 commit comments

Comments
 (0)