diff --git a/docs/behind-the-scenes/commands.md b/docs/behind-the-scenes/commands.md index 7091f82..eda493f 100644 --- a/docs/behind-the-scenes/commands.md +++ b/docs/behind-the-scenes/commands.md @@ -1,3 +1,3 @@ # How commands are run -I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then run it with +I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then runs it with `shell`. diff --git a/docs/behind-the-scenes/default-max-threads.md b/docs/behind-the-scenes/default-max-threads.md index 826e793..e812308 100644 --- a/docs/behind-the-scenes/default-max-threads.md +++ b/docs/behind-the-scenes/default-max-threads.md @@ -23,7 +23,7 @@ i.e. with `total_threads` as the number of threads the CPU(s) has: --- -Alternative algorithms I tried: +Alternative algorithm I tried: ```rs if total_threads >= 32 {