mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
Merge pull request #2450 from yglukhov/docfix
Doc fix: TProcessOption -> ProcessOption
This commit is contained in:
@@ -137,7 +137,7 @@ proc startProcess*(command: string,
|
||||
## `env` is the environment that will be passed to the process.
|
||||
## If ``env == nil`` the environment is inherited of
|
||||
## the parent process. `options` are additional flags that may be passed
|
||||
## to `startProcess`. See the documentation of ``TProcessOption`` for the
|
||||
## to `startProcess`. See the documentation of ``ProcessOption`` for the
|
||||
## meaning of these flags. You need to `close` the process when done.
|
||||
##
|
||||
## Note that you can't pass any `args` if you use the option
|
||||
|
||||
Reference in New Issue
Block a user