Skip to content

Commit 7381f00

Browse files
committed
Fix IMPORTANT note
1 parent 9e100e4 commit 7381f00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConstrainedLanguageMode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ of disallowed .NET types.
136136

137137
Use `New-Object PSObject` with `Add-Member` or hashtables instead of classes.
138138

139-
**Important**: `[PSCustomObject]@{}` syntax is NOT allowed in CLM because it uses type casting.
139+
> [!IMPORTANT]
140+
> `[PSCustomObject]@{}` syntax is NOT allowed in CLM because it uses type casting.
140141
141142
### Avoid XAML
142143

0 commit comments

Comments
 (0)