diff --git a/doc/langref/builtin.CallModifier struct.zig b/doc/langref/builtin.CallModifier struct.zig index 52c4c5d1170287b7f226d6ca6a07738c79abb76f..60fc4f2ac4e4248c9ad462c28d6235fd9c8d6002 100644 --- a/doc/langref/builtin.CallModifier struct.zig +++ b/doc/langref/builtin.CallModifier struct.zig @@ -23,7 +23,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,