We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3eefc commit 06e2c7aCopy full SHA for 06e2c7a
docs/source/design.rst
@@ -58,7 +58,7 @@ How the Shell Runs a Program
58
59
When a shell receives a command to be executed, either interactively
60
or by parsing a script file, and determines that the command is
61
-implemented in a separate program file, is uses ``fork()`` to create a
+implemented in a separate program file, it uses ``fork()`` to create a
62
new process and then inside that process it uses one of the ``exec``
63
functions to start the specified program. The language that program is
64
written in doesn't make any difference in the decision about whether
0 commit comments