Skip to content

Commit 96d083f

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Turtle.MooreCurve() ( Fixes #81 )
Changing default order of magnitude
1 parent c39d5bc commit 96d083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Turtle.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ return $this
706706
#>
707707
param(
708708
[double]$Size = 10,
709-
[int]$Order = 5,
709+
[int]$Order = 4,
710710
[double]$Angle = 90
711711
)
712712

0 commit comments

Comments
 (0)