Skip to content

Commit 2bac9c9

Browse files
Update articles/getting_started/content_pipeline/content_builder_project.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dec8fe4 commit 2bac9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ using System.Diagnostics;
657657
Debugger.Launch();
658658

659659
// Launch point
660-
builder.Run(args)
660+
builder.Run(args);
661661
```
662662

663663
### Scenario 4: Conditional Debug Content

0 commit comments

Comments
 (0)