mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 14:59:14 +00:00
langref: add missing dot at the end of the paragraph
In the "C Variadic Functions" section, add a missing dot at the end of the paragraph before the test_defining_variadic_function.zig example.
This commit is contained in:
parent
d64dd75e34
commit
21d9f0c2a1
@ -10892,7 +10892,7 @@ test "variadic function" {
|
||||
}
|
||||
{#code_end#}
|
||||
<p>
|
||||
Variadic functions can be implemented using {#link|@cVaStart#}, {#link|@cVaEnd#}, {#link|@cVaArg#} and {#link|@cVaCopy#}
|
||||
Variadic functions can be implemented using {#link|@cVaStart#}, {#link|@cVaEnd#}, {#link|@cVaArg#} and {#link|@cVaCopy#}.
|
||||
</p>
|
||||
{#code_begin|test|test_defining_variadic_function#}
|
||||
const std = @import("std");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user