mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
langref: fix typo
This commit is contained in:
parent
30688c341b
commit
63de8a5989
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue