Skip to content

Commit b9ff246

Browse files
committed
Update Utilities.ps1
1 parent bb79ec1 commit b9ff246

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Public/Utilities.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,12 +1544,15 @@ function ConvertFrom-PodeXml {
15441544
<#
15451545
.SYNOPSIS
15461546
Invokes the garbage collector.
1547+
Invokes the garbage collector.
15471548
15481549
.DESCRIPTION
15491550
Invokes the garbage collector.
1551+
Invokes the garbage collector.
15501552
15511553
.EXAMPLE
15521554
Invoke-PodeGC
1555+
Invoke-PodeGC
15531556
#>
15541557
function Invoke-PodeGC {
15551558
[CmdletBinding()]

0 commit comments

Comments
 (0)