From 0c9c9117bacfcff2b11ab658b89f192e27fc7c3d Mon Sep 17 00:00:00 2001 From: r00ster91 Date: Sat, 29 Apr 2023 03:35:16 +0200 Subject: [PATCH] std.builtin.CallModifier: add missing word --- lib/std/builtin.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 3523c5ac12..4a5e8a28d6 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -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,