From 4eed8861418d33539e4dd3308f0714bc0ee917e6 Mon Sep 17 00:00:00 2001 From: Jiho Sung Date: Fri, 21 Jul 2023 23:24:22 -1000 Subject: [PATCH] Change "Threads" page name to "Concurrency and Parallelism" --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index dbd7fe58..2a889e2f 100644 --- a/index.md +++ b/index.md @@ -52,7 +52,7 @@ The CL Cookbook aims to tackle all sort of topics, for the beginner as for the m * [Debugging](debugging.html) * [Macros and Backquote](macros.html) * [Type System](type.html) -* [Threads](process.html) +* [Concurrency and Parallelism](process.html) * [Performance Tuning](performance.html) * [Testing and Continuous Integration](testing.html) * [Scripting. Building executables](scripting.html)