authorgravatar for rofrol@gmail.comRoman Frołow <rofrol@gmail.com> 2024-10-30 01:30:12+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-10-29 17:52:55-07:00
logc39ba682e359c14b45495abe337c29645e8e9669
treef2e9d67bb42db244b8c79bd78bbc52215cb52f7e
parent6ff267dc2635177b57bda1d398374ab96ed40179

typo: will inlined -> will be inlined


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

doc/langref/builtin.CallModifier struct.zig +1-1
...@@ -23,7 +23,7 @@ pub const CallModifier = enum {...@@ -23,7 +23,7 @@ pub const CallModifier = enum {
23 /// If this is not possible, a compile error is emitted instead.23 /// If this is not possible, a compile error is emitted instead.
24 always_tail,24 always_tail,
2525
26 /// Guarantees that the call will inlined at the callsite.26 /// Guarantees that the call will be inlined at the callsite.
27 /// If this is not possible, a compile error is emitted instead.27 /// If this is not possible, a compile error is emitted instead.
28 always_inline,28 always_inline,
2929