| author | |
| committer | |
| log | 0c9c9117bacfcff2b11ab658b89f192e27fc7c3d |
| tree | 875e6d167870a6998e78637e47e92761ad4e766e |
| parent | fd6200eda6d4fe19c34a59430a88a9ce38d6d7a4 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -646,7 +646,7 @@ pub const CallModifier = enum { |
| 646 | 646 | /// If this is not possible, a compile error is emitted instead. |
| 647 | 647 | always_tail, |
| 648 | 648 | |
| 649 | /// Guarantees that the call will inlined at the callsite. | |
| 649 | /// Guarantees that the call will be inlined at the callsite. | |
| 650 | 650 | /// If this is not possible, a compile error is emitted instead. |
| 651 | 651 | always_inline, |
| 652 | 652 |