Commit 61cc512
authored
Codeblock array should use single quotes (#147)
Super minor, but the TargetVersions array inside of the hashtable should use single quotes for constant strings. Given the docs actually have a section on using single quotes for constant strings, I figured it was probably appropriate to submit a small PR for this :).1 parent 4b79d16 commit 61cc512
File tree
1 file changed
+3
-3
lines changed- reference/docs-conceptual/PSScriptAnalyzer/Rules
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments