Skip to content

Commit 579a562

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Template Transpiler Help
1 parent 2bfe76b commit 579a562

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/ADA.Template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Because ADA Scripts only allow single-line comments, this is done using a pair o
3131
#### EXAMPLE 1
3232
```PowerShell
3333
Invoke-PipeScript {
34-
$AdaScript = '
34+
HelloWorld.adb template '
3535
with Ada.Text_IO;
3636
```
3737
procedure Hello_World is
@@ -46,8 +46,6 @@ begin
4646
-- }
4747
end Hello_World;
4848
'
49-
50-
[OutputFile('.\HelloWorld.ps1.adb')]$AdaScript
5149
}
5250

5351
Invoke-PipeScript .\HelloWorld.ps1.adb

0 commit comments

Comments
 (0)