From 61f17f8156463802e6694f2eadb89678b463d401 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Thu, 29 May 2025 09:30:04 -0700 Subject: [PATCH 1/2] Fix "$Static" Typo Fixes #12116 --- .../Microsoft.PowerShell.Core/About/about_Classes_Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index cb5a5a044f5a..8299ac4fe640 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. From 5c00c1074761d5570a05d07c2658f2ed49f4ab89 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 29 May 2025 11:45:43 -0500 Subject: [PATCH 2/2] Copy change to all versions --- .../Microsoft.PowerShell.Core/About/about_Classes_Methods.md | 2 +- .../Microsoft.PowerShell.Core/About/about_Classes_Methods.md | 2 +- .../Microsoft.PowerShell.Core/About/about_Classes_Methods.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index c69f6911cea8..f1bc886ef7d4 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index b0dfa9419b41..47bb27c75f46 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index 29c5bd2ab6be..58d8afb0f6fc 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input.