From f25e06b779f364b6da19e2a6e4dcc514683e5581 Mon Sep 17 00:00:00 2001 From: Rowan Walsh <1158758+rowan-walsh@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:29:49 -0700 Subject: [PATCH] Fixes typo in docs --- docs/design/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/run.md b/docs/design/run.md index 7a045eef65..56b664e8d4 100644 --- a/docs/design/run.md +++ b/docs/design/run.md @@ -159,7 +159,7 @@ which are available as command options. It may be useful to execute commands in topological order. For example, commands with costs proportional to incremental changes, like build systems. -There may also be other revelant heuristics, but topological order is an easy +There may also be other relevant heuristics, but topological order is an easy and effective way to start. Parallel execution of commands on different commits may choose to schedule