From 8db3eb85c7e6e66ed0a4025ee18c00a2425789a2 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sun, 9 Nov 2025 15:18:25 -0500 Subject: [PATCH] Update TOC to use 'Convolutions' for consistency with single-word naming pattern --- book/_toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_toc.yml b/book/_toc.yml index 40984303..45277858 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -47,7 +47,7 @@ parts: - file: chapters/08-dataloader title: "08. DataLoader" - file: chapters/09-convolutional-networks - title: "09. Convolutional Networks" + title: "09. Convolutions" - file: chapters/10-tokenization title: "10. Tokenization" - file: chapters/11-embeddings