std.builtin.CallModifier: add missing word

This commit is contained in:
r00ster91 2023-04-29 03:35:16 +02:00
parent fd6200eda6
commit 0c9c9117ba

View File

@ -646,7 +646,7 @@ pub const CallModifier = enum {
/// If this is not possible, a compile error is emitted instead. /// If this is not possible, a compile error is emitted instead.
always_tail, 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. /// If this is not possible, a compile error is emitted instead.
always_inline, always_inline,