authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2023-04-29 03:35:16+02:00
committergravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2023-04-29 03:35:37+02:00
log0c9c9117bacfcff2b11ab658b89f192e27fc7c3d
tree875e6d167870a6998e78637e47e92761ad4e766e
parentfd6200eda6d4fe19c34a59430a88a9ce38d6d7a4

std.builtin.CallModifier: add missing word


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

lib/std/builtin.zig+1-1
...@@ -646,7 +646,7 @@ pub const CallModifier = enum {...@@ -646,7 +646,7 @@ pub const CallModifier = enum {
646 /// If this is not possible, a compile error is emitted instead.646 /// If this is not possible, a compile error is emitted instead.
647 always_tail,647 always_tail,
648648
649 /// Guarantees that the call will inlined at the callsite.649 /// Guarantees that the call will be inlined at the callsite.
650 /// If this is not possible, a compile error is emitted instead.650 /// If this is not possible, a compile error is emitted instead.
651 always_inline,651 always_inline,
652652