mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
langref: fix typo
This commit is contained in:
parent
30688c341b
commit
63de8a5989
@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 {
|
||||
function, except for these scenarios:</p>
|
||||
<ul>
|
||||
<li>To change how many stack frames are in the call stack, for debugging purposes.</li>
|
||||
<li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</i>
|
||||
<li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</li>
|
||||
<li>Real world performance measurements demand it.</li>
|
||||
</ul>
|
||||
<p>Note that {#syntax#}inline{#endsyntax#} actually <em>restricts</em>
|
||||
|
Loading…
Reference in New Issue
Block a user