mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
typo: will inlined -> will be inlined
This commit is contained in:
parent
6ff267dc26
commit
c39ba682e3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub const CallModifier = enum {
|
||||||
/// If this is not possible, a compile error is emitted instead.
|
/// If this is not possible, a compile error is emitted instead.
|
||||||
always_tail,
|
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.
|
/// If this is not possible, a compile error is emitted instead.
|
||||||
always_inline,
|
always_inline,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue