zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 0c9c9117bacfcff2b11ab658b89f192e27fc7c3d (tree)
parent fd6200eda6d4fe19c34a59430a88a9ce38d6d7a4
Author: r00ster91 <r00ster91@proton.me>
Date:   Sat, 29 Apr 2023 03:35:16 +0200

std.builtin.CallModifier: add missing word

Diffstat:
Mlib/std/builtin.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,