Skip to content

Commit 5c00c10

Browse files
committed
Copy change to all versions
1 parent 61f17f8 commit 5c00c10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
198198
a flag to indicate whether the method should validate the input.
199199

200200
The second overload only includes the numeric inputs. It calls the first
201-
overload with `$Static` as `$true`. The second overload gives users a way to
201+
overload with `$Strict` as `$true`. The second overload gives users a way to
202202
call the method without always having to define whether to strictly validate
203203
the input.
204204

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

197197
The second overload only includes the numeric inputs. It calls the first
198-
overload with `$Static` as `$true`. The second overload gives users a way to
198+
overload with `$Strict` as `$true`. The second overload gives users a way to
199199
call the method without always having to define whether to strictly validate
200200
the input.
201201

reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

197197
The second overload only includes the numeric inputs. It calls the first
198-
overload with `$Static` as `$true`. The second overload gives users a way to
198+
overload with `$Strict` as `$true`. The second overload gives users a way to
199199
call the method without always having to define whether to strictly validate
200200
the input.
201201

0 commit comments

Comments
 (0)