Skip to content

Commit c39ba68

Browse files
rofrolandrewrk
authored andcommitted
typo: will inlined -> will be inlined
1 parent 6ff267d commit c39ba68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref/builtin.CallModifier struct.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub const CallModifier = enum {
2323
/// If this is not possible, a compile error is emitted instead.
2424
always_tail,
2525

26-
/// Guarantees that the call will inlined at the callsite.
26+
/// Guarantees that the call will be inlined at the callsite.
2727
/// If this is not possible, a compile error is emitted instead.
2828
always_inline,
2929

0 commit comments

Comments
 (0)