Skip to content

Commit 835b75f

Browse files
feat: Adding [OutputType([xml])] where appropriate ( Fixes #266 )
Adding inner docs
1 parent db7d49d commit 835b75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Types/Turtle/get_PathElement.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ foreach ($collection in $this.SVGAttribute, $this.Attribute) {
3838
}
3939
}
4040

41+
# Create the elements in an array, and cast it to XML.
4142
[xml]@(
4243
"<path$(
4344
foreach ($attributeName in $coreAttributes.Keys) {

0 commit comments

Comments
 (0)