Skip to content

Commit 2b2cac6

Browse files
committed
Fix function call
1 parent 3b77bd0 commit 2b2cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/windows-powershell/wmf/whats-new/informationstream-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function OutputGusher {
4040
The following examples show the results of running this function.
4141

4242
```powershell
43-
$r = c:\temp\OutputGusher
43+
$r = OutputGusher
4444
```
4545

4646
```Output

0 commit comments

Comments
 (0)