Skip to content

Commit 21d9f0c

Browse files
perilloandrewrk
authored andcommitted
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.
1 parent d64dd75 commit 21d9f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -10892,7 +10892,7 @@ test "variadic function" {
1089210892
}
1089310893
{#code_end#}
1089410894
<p>
10895-
Variadic functions can be implemented using {#link|@cVaStart#}, {#link|@cVaEnd#}, {#link|@cVaArg#} and {#link|@cVaCopy#}
10895+
Variadic functions can be implemented using {#link|@cVaStart#}, {#link|@cVaEnd#}, {#link|@cVaArg#} and {#link|@cVaCopy#}.
1089610896
</p>
1089710897
{#code_begin|test|test_defining_variadic_function#}
1089810898
const std = @import("std");

0 commit comments

Comments
 (0)