mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Fix typo
This commit is contained in:
parent
08331fe00f
commit
6c46b911f2
@ -574,7 +574,7 @@ Get-Process | Foreach-Object ProcessName | Group-Object
|
|||||||
1..10 | ForEach-Object { "Loop number $PSITEM" }
|
1..10 | ForEach-Object { "Loop number $PSITEM" }
|
||||||
1..10 | Where-Object { $PSITEM -gt 5 } | ConvertTo-Json
|
1..10 | Where-Object { $PSITEM -gt 5 } | ConvertTo-Json
|
||||||
|
|
||||||
# A notable pitfall of the pipeline is it's performance when
|
# A notable pitfall of the pipeline is its performance when
|
||||||
# compared with other options.
|
# compared with other options.
|
||||||
# Additionally, raw bytes are not passed through the pipeline,
|
# Additionally, raw bytes are not passed through the pipeline,
|
||||||
# so passing an image causes some issues.
|
# so passing an image causes some issues.
|
||||||
|
Loading…
Reference in New Issue
Block a user