We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff267d commit c39ba68Copy full SHA for c39ba68
doc/langref/builtin.CallModifier struct.zig
@@ -23,7 +23,7 @@ pub const CallModifier = enum {
23
/// If this is not possible, a compile error is emitted instead.
24
always_tail,
25
26
- /// Guarantees that the call will inlined at the callsite.
+ /// Guarantees that the call will be inlined at the callsite.
27
28
always_inline,
29
0 commit comments