mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Fix typo in manual.md (#2066)
This commit is contained in:
parent
780e72ab6a
commit
3324afbd40
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ hello
|
|||
```
|
||||
|
||||
By default when you use `Deno.run()` subprocess inherits `stdin`, `stdout` and
|
||||
`stdout` of parent process. If you want to communicate with started subprocess
|
||||
`stderr` of parent process. If you want to communicate with started subprocess
|
||||
you can use `"piped"` option.
|
||||
|
||||
```ts
|
||||
|
|
Loading…
Reference in a new issue