From 5ea05fd94af787a725b1d9e60009641cabb018f3 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 4 Jul 2026 23:14:51 +0200 Subject: [PATCH] macros.md: fix case The words are not capitalized in the target links --- src/macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macros.md b/src/macros.md index 334be5b2f7..17fa834fda 100644 --- a/src/macros.md +++ b/src/macros.md @@ -6,8 +6,8 @@ The functionality and syntax of Rust can be extended with custom definitions cal There are two ways to define new macros: -* [Macros by Example] define new syntax in a higher-level, declarative way. -* [Procedural Macros] define function-like macros, custom derives, and custom attributes using functions that operate on input tokens. +* [Macros by example] define new syntax in a higher-level, declarative way. +* [Procedural macros] define function-like macros, custom derives, and custom attributes using functions that operate on input tokens. r[macro.invocation] ## Macro invocation