Skip to content

Commit 7cfebb9

Browse files
author
James Brundage
committed
docs: Turtle.get_Steps ( Fixes #8 )
Adding docs
1 parent b912154 commit 7cfebb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/get_Steps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
if ($this.'.Steps') {
22
return $this.'.Steps'
33
}
4-
return @()
4+
return ,@()

0 commit comments

Comments
 (0)