We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d105207 commit df7096eCopy full SHA for df7096e
Paragraphs/Get-heading-list-value/.NET/Get-heading-list-value/Program.cs
@@ -26,7 +26,7 @@ static void Main(string[] args)
26
foreach (Entity entity in headingParagraphs)
27
{
28
WParagraph paragraph = entity as WParagraph;
29
- //Get the the heading number and the heading text together.
+ //Get the heading number and the heading text together.
30
Console.WriteLine(paragraph.ListString + paragraph.Text);
31
}
32
0 commit comments