We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb79ec1 commit b9ff246Copy full SHA for b9ff246
1 file changed
src/Public/Utilities.ps1
@@ -1544,12 +1544,15 @@ function ConvertFrom-PodeXml {
1544
<#
1545
.SYNOPSIS
1546
Invokes the garbage collector.
1547
+ Invokes the garbage collector.
1548
1549
.DESCRIPTION
1550
1551
1552
1553
.EXAMPLE
1554
Invoke-PodeGC
1555
+ Invoke-PodeGC
1556
#>
1557
function Invoke-PodeGC {
1558
[CmdletBinding()]
0 commit comments