Skip to content

Commit 1ed33fa

Browse files
author
Kapil Borle
committed
Update Range parameter type in markdown help
1 parent 4777cec commit 1ed33fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/Invoke-Formatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
The range within which formatting should take place. The parameter is an array of integers of length 4 such that the first, second, third and last elements correspond to the start line number, start column number, end line number and end column number. These numbers must be greater than 0.
103103
104104
```yaml
105-
Type: int[]
105+
Type: Int32[]
106106
Parameter Sets: (All)
107107

108108
Required: False

0 commit comments

Comments
 (0)