Skip to content

Commit 16aacec

Browse files
author
James Brundage
committed
Merge branch 'PipeScriptImprovements' of https://github.com/StartAutomating/PipeScript into PipeScriptImprovements
2 parents bd00fe9 + fbbb4a5 commit 16aacec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Transpilers/Syntax/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ This directory and it's subdirectories contain syntax changes that enable common
2222
$Collection = $Collection | Where-Object Name -match $pattern
2323
~~~
2424

25-
## PipedAssignment Example 2
26-
27-
28-
~~~PowerShell
29-
{
30-
$Collection |=| Where-Object Name -match $Pattern | Foreach-Object { $_
31-
~~~
32-
3325
## RegexLiteral Example 1
3426

3527

0 commit comments

Comments
 (0)