Skip to content

Commit

Permalink
typo: will inlined -> will be inlined
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrol authored and andrewrk committed Oct 30, 2024
1 parent 6ff267d commit c39ba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/langref/builtin.CallModifier struct.zig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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,

Expand Down

0 comments on commit c39ba68

Please sign in to comment.