From 52499e60f338b11da9a280da73dae899fabff632 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 15 Jun 2025 17:05:06 -0700 Subject: [PATCH] Fix missing rule on destructors To stay consistent with the rest of the book, the chapter head gets a rule label. --- src/destructors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/destructors.md b/src/destructors.md index 7e164c4de..4848391a0 100644 --- a/src/destructors.md +++ b/src/destructors.md @@ -1,3 +1,4 @@ +r[destructors] # Destructors r[destructors.intro]