This commit is contained in:
Araq
2020-10-06 06:33:43 +02:00
parent e9d7e21dbe
commit 37758826ff

View File

@@ -80,7 +80,7 @@ proc execProcess*(command: string, workingDir: string = "",
## A convenience procedure that executes ``command`` with ``startProcess``
## and returns its output as a string.
##
## **WARNING:** This function uses `poEvalCommand` by default for backward
## **WARNING:** This function uses `poEvalCommand` by default for backwards
## compatibility.
## Make sure to pass options explicitly.
##