Skip to content

Commit bcc300b

Browse files
Addressed the feedbacks
1 parent 004de11 commit bcc300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/// </summary>
3232
void UpdateHeaderFooter(WSection sourceSection, WSection destinationSection)
3333
{
34-
//clear the destination section header and footer
34+
//Clear the destination section header and footer
3535
ClearHeaderFooter(destinationSection);
3636
//Add Headers
3737
for (int j = 0; j < sourceSection.HeadersFooters.Header.ChildEntities.Count; j++)

0 commit comments

Comments
 (0)