From 8cc7d86441e6cc50307699bb938d47fcbcf1a165 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Thu, 27 Jul 2023 10:48:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ef9a6..e75bcce 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This section contains a summary of the 100 mistakes in the book. Meanwhile, it's * [Ignoring package name collisions](#ignoring-package-name-collisions-14) * [Missing code documentation](#missing-code-documentation-15) * [Not using linters](#not-using-linters-16) -* [Data Types](#data-types) ([Read the full chapter 👀](chapter-3.pdf)) +* [Data Types](#data-types) ([Read the full PDF chapter 👀](chapter-3.pdf)) * [Creating confusion with octal literals](#creating-confusion-with-octal-literals-17) * [Neglecting integer overflows](#neglecting-integer-overflows-18) * [Not understanding floating-points](#not-understanding-floating-points-19)