Skip to content

Commit 0206b76

Browse files
committed
syntax in build.zig example doc
1 parent e833a5a commit 0206b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6067,7 +6067,7 @@ pub const TypeInfo = union(TypeId) {
60676067
{#code_begin|syntax#}
60686068
const Builder = @import("std").build.Builder;
60696069

6070-
pub fn build(b: &Builder) void {
6070+
pub fn build(b: *Builder) void {
60716071
const exe = b.addExecutable("example", "example.zig");
60726072
exe.setBuildMode(b.standardReleaseOptions());
60736073
b.default_step.dependOn(&exe.step);

0 commit comments

Comments
 (0)