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 e6fbdf737f3..289ead3f34f 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 24522019c86..f0c4227c144 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 741cfd80de3..8bf41acd8b0 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