Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ PS> $i
In the prefix case, the value of `$i` is incremented before being output. In
the postfix case, the value of `$i` is incremented after being output.

You can also use this technique In the context of a conditional statement, such
You can also use this technique in the context of a conditional statement, such
as the `if` statement.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ PS> $i
In the prefix case, the value of `$i` is incremented before being output. In
the postfix case, the value of `$i` is incremented after being output.

You can also use this technique In the context of a conditional statement, such
You can also use this technique in the context of a conditional statement, such
as the `if` statement.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ PS> $i
In the prefix case, the value of `$i` is incremented before being output. In
the postfix case, the value of `$i` is incremented after being output.

You can also use this technique In the context of a conditional statement, such
You can also use this technique in the context of a conditional statement, such
as the `if` statement.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ PS> $i
In the prefix case, the value of `$i` is incremented before being output. In
the postfix case, the value of `$i` is incremented after being output.

You can also use this technique In the context of a conditional statement, such
You can also use this technique in the context of a conditional statement, such
as the `if` statement.

```powershell
Expand Down