Skip to content

Commit 462b1da

Browse files
committed
Update UseShouldProcessForStateChangingFunctions.md
1 parent ff12e3a commit 462b1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleDocumentation/UseShouldProcessForStateChangingFunctions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Wrong:
2121
```
2222

2323
Correct:
24-
'''
24+
```
2525
function Get-ServiceObject
2626
{
2727
[CmdletBinding(SupportsShouldProcess = $true)]
2828
param ([string]$c)
2929
}
30-
'''
30+
```

0 commit comments

Comments
 (0)