Skip to content

Commit dab9821

Browse files
Addressed the feedbacks
1 parent bcc300b commit dab9821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sections/Copy-header-footer-to-other-sections/.NET/Copy-header-footer-to-other-sections/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
///<summary>
30-
///Copy the source section header and footer to destination section
30+
/// Copy the source section header and footer to destination section
3131
/// </summary>
3232
void UpdateHeaderFooter(WSection sourceSection, WSection destinationSection)
3333
{
@@ -46,7 +46,7 @@ void UpdateHeaderFooter(WSection sourceSection, WSection destinationSection)
4646
}
4747

4848
///<summary>
49-
///Clear all header and footer for the section
49+
/// Clear all header and footer for the section
5050
/// </summary>
5151
void ClearHeaderFooter(WSection section)
5252
{

0 commit comments

Comments
 (0)