From 63de8a59891f2c342d1a51b808cf04a895ba54d6 Mon Sep 17 00:00:00 2001
From: Andrew Kelley
Date: Thu, 11 Jan 2024 01:02:21 -0800
Subject: [PATCH] langref: fix typo
---
doc/langref.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 543b77edc0..b280786c67 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 {
function, except for these scenarios:
- To change how many stack frames are in the call stack, for debugging purposes.
- - To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.
+
- To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.
- Real world performance measurements demand it.
Note that {#syntax#}inline{#endsyntax#} actually restricts