Skip to content

Commit df7096e

Browse files
authored
Update the comments
1 parent d105207 commit df7096e

File tree

1 file changed

+1
-1
lines changed
  • Paragraphs/Get-heading-list-value/.NET/Get-heading-list-value

1 file changed

+1
-1
lines changed

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)