authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-11 01:02:21-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-11 01:02:21-08:00
log63de8a59891f2c342d1a51b808cf04a895ba54d6
treee6867ee9356c30e1b4299a98fa2c064c5c01f38a
parent30688c341b9bf247dd72601f760a7a98adcd55d9

langref: fix typo


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 {
54005400 function, except for these scenarios:</p>
54015401 <ul>
54025402 <li>To change how many stack frames are in the call stack, for debugging purposes.</li>
5403 <li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</i>
5403 <li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</li>
54045404 <li>Real world performance measurements demand it.</li>
54055405 </ul>
54065406 <p>Note that {#syntax#}inline{#endsyntax#} actually <em>restricts</em>