Skip to content

Commit 08665e8

Browse files
author
James Brundage
committed
Adding linkback to /Transpilers/Syntax/README.ps1.md
1 parent 5488128 commit 08665e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Transpilers/Syntax/README.ps1.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ This directory and it's subdirectories contain syntax changes that enable common
1313
# Examples
1414

1515
~~~PipeScript{
16-
$transpilers = Get-Transpiler -TranspilerPath $pwd
17-
18-
@(foreach ($transpiler in $transpilers) {
16+
@(foreach ($transpiler in Get-Transpiler -TranspilerPath $pwd) {
1917
$examples = @($transpiler.Examples)
2018
if (-not $examples) { continue }
2119
for ($exampleNumber = 1; $exampleNumber -le $examples.Length; $exampleNumber++) {
@@ -34,4 +32,4 @@ This directory and it's subdirectories contain syntax changes that enable common
3432
~~~
3533

3634

37-
35+
[source](README.ps1.md)

0 commit comments

Comments
 (0)