Skip to content

Commit 52598a1

Browse files
iRon7liamjpeters
andauthored
Update docs/Rules/MissingTryBlock.md
Co-authored-by: Liam Peters <liamjpeters@gmail.com>
1 parent 4b94c24 commit 52598a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Rules/MissingTryBlock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ catch { "Attempted to divide by zero." }
5050

5151
```powershell
5252
Rules = @{
53-
PSAvoidExclaimOperator = @{
53+
PSMissingTryBlock = @{
5454
Enable = $true
5555
}
5656
}

0 commit comments

Comments
 (0)