Skip to content

Commit

Permalink
punctuation
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Good <[email protected]>
  • Loading branch information
glennj and IsaacG authored Jan 16, 2024
1 parent 345159e commit 73d8f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/leap/.approaches/external-tools/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Working with external tools like this is what shells were built to do.

From a performance perspective, it takes more work (than builtin addition) to:

* copy the environment and spawn a child process
* connect the standard I/O channels
* copy the environment and spawn a child process,
* connect the standard I/O channels,
* wait for the process to complete and capture the exit status.

Particularly inside of a loop, be careful about invoking external tools as the cost can add up.
Expand Down

0 comments on commit 73d8f2b

Please sign in to comment.