From 6d0a3ec4f2a3df682097a1423d10cdf1f0996338 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Sat, 18 Jan 2025 15:10:34 -0600 Subject: [PATCH] fix docs --- docs/behind-the-scenes/commands.md | 2 +- docs/behind-the-scenes/default-max-threads.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {