Skip to content

Commit c20f9f7

Browse files
StartAutomatingStartAutomating
authored andcommitted
docs: Turtle.get_Steps ( Fixes #8 )
Adding docs
1 parent 7cfebb9 commit c20f9f7

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
@@ -1338,7 +1338,7 @@ if ($posY -gt $this.'.Maximum'.Y) {
13381338
if ($this.'.Steps') {
13391339
return $this.'.Steps'
13401340
}
1341-
return @()
1341+
return ,@()
13421342

13431343
</GetScriptBlock>
13441344
<SetScriptBlock>

0 commit comments

Comments
 (0)