Skip to content

Commit

Permalink
Feedback edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Sep 29, 2023
1 parent 3ff0acd commit ca42d67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3
Line |
3 | get-item /not-here 2>&1 >> log.txt
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Can't find path 'C:\not-here' because it doesn't exist.
| Cannot find path 'C:\not-here' because it does not exist.
SilentlyContinue
Stop
Expand Down Expand Up @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see

### Redirecting binary data

PowerShell does not support the redirection of binary data. If you redirect
PowerShell doesn't support the redirection of binary data. If you redirect
byte-stream data, PowerShell treats the data as strings. This redirection
results in corrupted data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3
Line |
3 | get-item /not-here 2>&1 >> log.txt
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Can't find path 'C:\not-here' because it doesn't exist.
| Cannot find path 'C:\not-here' because it does not exist.
SilentlyContinue
Stop
Expand Down Expand Up @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see

### Redirecting binary data

PowerShell does not support the redirection of binary data. If you redirect
PowerShell doesn't support the redirection of binary data. If you redirect
byte-stream data, PowerShell treats the data as strings. This redirection
results in corrupted data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3
Line |
3 | get-item /not-here 2>&1 >> log.txt
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Can't find path 'C:\not-here' because it doesn't exist.
| Cannot find path 'C:\not-here' because it does not exist.
SilentlyContinue
Stop
Expand Down Expand Up @@ -270,7 +270,7 @@ For more information about `$PSDefaultParameterValues`, see

### Redirecting binary data

PowerShell does not support the redirection of binary data. If you redirect
PowerShell doesn't support the redirection of binary data. If you redirect
byte-stream data, PowerShell treats the data as strings. This redirection
results in corrupted data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Get-Item: C:\temp\test.ps1:3
Line |
3 | get-item /not-here 2>&1 >> log.txt
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Can't find path 'C:\not-here' because it doesn't exist.
| Cannot find path 'C:\not-here' because it does not exist.
SilentlyContinue
Stop
Expand Down

0 comments on commit ca42d67

Please sign in to comment.