Skip to content

Commit 5fc6267

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Turtle.LSystem improvement ( Fixes #116 )
Correcting nullification
1 parent 73e12b9 commit 5fc6267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Turtle.types.ps1xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ $Axiom,
716716
[Collections.IDictionary]
717717
$Rule = [Ordered]@{},
718718

719-
[Alias('Iterations', 'IterationCount', 'N', 'Steps','StepCount')]
719+
[Alias('Iterations', 'IterationCount', 'N', 'Steps', 'N','StepCount')]
720720
[int]
721721
$Order = 2,
722722

@@ -774,7 +774,7 @@ $matchCache = @{}
774774
}
775775

776776
if ($matchCache[$m] -is [ScriptBlock]) {
777-
$Orderull = . $matchCache[$m] $match
777+
$null = . $matchCache[$m] $match
778778
continue nextMatch
779779
}
780780
}

0 commit comments

Comments
 (0)