Skip to content

Commit 7beff38

Browse files
feat: Turtle.BarGraph() ( Fixes #173 )
Missed a dot
1 parent 53dd16b commit 7beff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/BarGraph.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ for ($pointIndex =0 ; $pointIndex -lt $points.Length; $pointIndex++) {
8282
# Turn outward and draw the side
8383
Rotate(-90).Forward($relativeHeight).
8484
# Turn and draw the top
85-
Rotate(90).Forward($barWidth)
85+
Rotate(90).Forward($barWidth).
8686
# Turn and draw the other side
8787
Rotate(90).Forward($relativeHeight).
8888
# Turn back to the original direction

0 commit comments

Comments
 (0)