Skip to content

Commit d5c6798

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Turtle.BarGraph() ( Fixes #173 )
Missed a dot
1 parent 7beff38 commit d5c6798

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
@@ -301,7 +301,7 @@ for ($pointIndex =0 ; $pointIndex -lt $points.Length; $pointIndex++) {
301301
# Turn outward and draw the side
302302
Rotate(-90).Forward($relativeHeight).
303303
# Turn and draw the top
304-
Rotate(90).Forward($barWidth)
304+
Rotate(90).Forward($barWidth).
305305
# Turn and draw the other side
306306
Rotate(90).Forward($relativeHeight).
307307
# Turn back to the original direction

0 commit comments

Comments
 (0)