Skip to content

Commit 601c9b5

Browse files
authored
Merge pull request #5939 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents 9186dc1 + 1e95a5b commit 601c9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/xml-tools/debugging-xslt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace ConsoleApplication
7070
XslCompiledTransform xslt = new XslCompiledTransform(true);
7171

7272
// Compile the style sheet.
73-
xslt.Load(stylesheet)
73+
xslt.Load(stylesheet);
7474

7575
// Execute the XSLT transform.
7676
FileStream outputStream = new FileStream(outputFile, FileMode.Append);

0 commit comments

Comments
 (0)