Skip to content

Commit 8453fe6

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Adding [OutputType([xml])] where appropriate ( Fixes #266 )
Adding inner docs
1 parent 835b75f commit 8453fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Turtle.types.ps1xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5041,6 +5041,7 @@ foreach ($collection in $this.SVGAttribute, $this.Attribute) {
50415041
}
50425042
}
50435043

5044+
# Create the elements in an array, and cast it to XML.
50445045
[xml]@(
50455046
"<path$(
50465047
foreach ($attributeName in $coreAttributes.Keys) {

0 commit comments

Comments
 (0)