mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.builtin.CallModifier: add missing word
This commit is contained in:
parent
fd6200eda6
commit
0c9c9117ba
@ -646,7 +646,7 @@ pub const CallModifier = enum {
|
||||
/// If this is not possible, a compile error is emitted instead.
|
||||
always_tail,
|
||||
|
||||
/// Guarantees that the call will inlined at the callsite.
|
||||
/// Guarantees that the call will be inlined at the callsite.
|
||||
/// If this is not possible, a compile error is emitted instead.
|
||||
always_inline,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user