From 3a2be92e480c41579ff04003ac22741f64c7f681 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 25 Sep 2025 10:44:10 +0200 Subject: [PATCH] const_eval.md: use sentence case for section title, for consistency --- src/const_eval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const_eval.md b/src/const_eval.md index ce6cc59920..fa6b8d61a5 100644 --- a/src/const_eval.md +++ b/src/const_eval.md @@ -256,7 +256,7 @@ const generic parameter, or an arbitrary expression not making use of any generics. r[const-eval.const-fn] -## Const Functions +## Const functions r[const-eval.const-fn.general] A _const fn_ is a function that one is permitted to call from a const context.