| author | |
| committer | |
| log | c39ba682e359c14b45495abe337c29645e8e9669 |
| tree | f2e9d67bb42db244b8c79bd78bbc52215cb52f7e |
| parent | 6ff267dc2635177b57bda1d398374ab96ed40179 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref/builtin.CallModifier struct.zig	+1-1| ... | ... | @@ -23,7 +23,7 @@ pub const CallModifier = enum { |
| 23 | 23 | /// If this is not possible, a compile error is emitted instead. |
| 24 | 24 | always_tail, |
| 25 | 25 | |
| 26 | /// Guarantees that the call will inlined at the callsite. | |
| 26 | /// Guarantees that the call will be inlined at the callsite. | |
| 27 | 27 | /// If this is not possible, a compile error is emitted instead. |
| 28 | 28 | always_inline, |
| 29 | 29 |