From a1eae1b2e227e96e6c40218a1645114defeed7c2 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 12 Dec 2024 15:59:52 -0600 Subject: [PATCH] Fix typos --- reference/5.1/Microsoft.PowerShell.Core/About/about_Ref.md | 6 +++--- reference/7.4/Microsoft.PowerShell.Core/About/about_Ref.md | 6 +++--- reference/7.5/Microsoft.PowerShell.Core/About/about_Ref.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Ref.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Ref.md index e6fbdf737f3a..289ead3f34fe 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Ref.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Ref.md @@ -188,10 +188,10 @@ A reference type variable is created using Even though `[ref]` is a type accelerator for `[System.Management.Automation.PSReference]`, they behave differently. -- When you use `[ref]` to cast a variable, PowerShell creates reference object - that contains reference to the original instance of the variable. +- When you use `[ref]` to cast a variable, PowerShell creates a reference object + that contains a reference to the original instance of the variable. - When you use `[System.Management.Automation.PSReference]` to cast a variable, - PowerShell creates reference object that contains a copy of the variable, + PowerShell creates a reference object that contains a copy of the variable, rather than a reference to the original instance. For example, the following script creates a variable `$x` and two reference diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Ref.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Ref.md index 24522019c862..f0c4227c144a 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Ref.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Ref.md @@ -188,10 +188,10 @@ A reference type variable is created using Even though `[ref]` is a type accelerator for `[System.Management.Automation.PSReference]`, they behave differently. -- When you use `[ref]` to cast a variable, PowerShell creates reference object - that contains reference to the original instance of the variable. +- When you use `[ref]` to cast a variable, PowerShell creates a reference object + that contains a reference to the original instance of the variable. - When you use `[System.Management.Automation.PSReference]` to cast a variable, - PowerShell creates reference object that contains a copy of the variable, + PowerShell creates a reference object that contains a copy of the variable, rather than a reference to the original instance. For example, the following script creates a variable `$x` and two reference diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Ref.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Ref.md index 741cfd80de35..8bf41acd8b0b 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Ref.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Ref.md @@ -188,10 +188,10 @@ A reference type variable is created using Even though `[ref]` is a type accelerator for `[System.Management.Automation.PSReference]`, they behave differently. -- When you use `[ref]` to cast a variable, PowerShell creates reference object - that contains reference to the original instance of the variable. +- When you use `[ref]` to cast a variable, PowerShell creates a reference object + that contains a reference to the original instance of the variable. - When you use `[System.Management.Automation.PSReference]` to cast a variable, - PowerShell creates reference object that contains a copy of the variable, + PowerShell creates a reference object that contains a copy of the variable, rather than a reference to the original instance. For example, the following script creates a variable `$x` and two reference