commit | 3a2be92e480c41579ff04003ac22741f64c7f681 | [log] [tgz] |
---|---|---|
author | Tshepang Mbambo <hopsi@tuta.io> | Thu Sep 25 10:44:10 2025 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 25 10:44:10 2025 +0200 |
tree | c99f0d99378570d95d1bf3f281f4040c69b01da0 | |
parent | 7d0339543ea381b728b9124aba1e9a0cfe9e64ca [diff] |
const_eval.md: use sentence case for section title, for consistency
diff --git a/src/const_eval.md b/src/const_eval.md index ce6cc59..fa6b8d6 100644 --- a/src/const_eval.md +++ b/src/const_eval.md
@@ -256,7 +256,7 @@ 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.