File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
5.1/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About
7.6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ PS> $i
194194In the prefix case, the value of ` $i ` is incremented before being output. In
195195the postfix case, the value of ` $i ` is incremented after being output.
196196
197- You can also use this technique In the context of a conditional statement, such
197+ You can also use this technique in the context of a conditional statement, such
198198as the ` if ` statement.
199199
200200``` powershell
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ PS> $i
171171In the prefix case, the value of ` $i ` is incremented before being output. In
172172the postfix case, the value of ` $i ` is incremented after being output.
173173
174- You can also use this technique In the context of a conditional statement, such
174+ You can also use this technique in the context of a conditional statement, such
175175as the ` if ` statement.
176176
177177``` powershell
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ PS> $i
171171In the prefix case, the value of ` $i ` is incremented before being output. In
172172the postfix case, the value of ` $i ` is incremented after being output.
173173
174- You can also use this technique In the context of a conditional statement, such
174+ You can also use this technique in the context of a conditional statement, such
175175as the ` if ` statement.
176176
177177``` powershell
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ PS> $i
171171In the prefix case, the value of ` $i ` is incremented before being output. In
172172the postfix case, the value of ` $i ` is incremented after being output.
173173
174- You can also use this technique In the context of a conditional statement, such
174+ You can also use this technique in the context of a conditional statement, such
175175as the ` if ` statement.
176176
177177``` powershell
You can’t perform that action at this time.
0 commit comments