From f33d8c8d435e4460741f27c325388d811127a133 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:39:36 -0500 Subject: [PATCH] Add some commas suggested by the Rabbit. --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 146f1f1..5ac85d7 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -198,7 +198,7 @@ completed task (or `TaskGraph`) in a Spider cluster. # Building the client -The client can be compiled like any normal C++ application except that we need to link it to the +The client can be compiled like any normal C++ application, except that we need to link it to the Spider client library. To do so, add the following to `CMakeLists.txt`: ```cmake @@ -318,7 +318,7 @@ storage backend URL in the command. # Next steps -In future guides, we'll explain how to write more complex tasks as well as how to leverage Spider's +In future guides, we'll explain how to write more complex tasks, as well as how to leverage Spider's support for fault tolerance. [Docker]: https://docs.docker.com/engine/install/