diff options
| author | r00ster91 <r00ster91@proton.me> | 2023-04-29 03:35:16 +0200 |
|---|---|---|
| committer | r00ster91 <r00ster91@proton.me> | 2023-04-29 03:35:37 +0200 |
| commit | 0c9c9117bacfcff2b11ab658b89f192e27fc7c3d (patch) | |
| tree | 875e6d167870a6998e78637e47e92761ad4e766e /lib/std/builtin.zig | |
| parent | fd6200eda6d4fe19c34a59430a88a9ce38d6d7a4 (diff) | |
| download | zig-0c9c9117bacfcff2b11ab658b89f192e27fc7c3d.tar.gz zig-0c9c9117bacfcff2b11ab658b89f192e27fc7c3d.zip | |
std.builtin.CallModifier: add missing word
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
