Skip to content

Commit 69ccfe0

Browse files
Changed PDF as Word in the XML comment
1 parent 8a2c71a commit 69ccfe0

File tree

1 file changed

+1
-1
lines changed
  • Tables/Add-rows-with-dynamic-data/Add-rows-with-dynamic-data

1 file changed

+1
-1
lines changed

Tables/Add-rows-with-dynamic-data/Add-rows-with-dynamic-data/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
using (FileStream outputStream = new FileStream(@"Output/Result.docx", FileMode.Create, FileAccess.Write))
3838
{
39-
// Save the converted PDF document.
39+
// Save the modified Word document.
4040
document.Save(outputStream, FormatType.Docx);
4141
}
4242
}

0 commit comments

Comments
 (0)