Commit c39ba682e3

Roman Frołow <rofrol@gmail.com>
2024-10-30 01:30:12
typo: will inlined -> will be inlined
1 parent 6ff267d
Changed files (1)
doc/langref/builtin.CallModifier struct.zig
@@ -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,