authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2018-07-01 22:03:51-04:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2018-07-01 22:03:51-04:00
log0206b76351a50e154181d5bff1d134656e412bfb
tree048f862704282c319922d8431dda8a4bff7a8f79
parente833a5a24c1ad58af0bb56e89dbcc0b9ec38c020

syntax in build.zig example doc


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -6067,7 +6067,7 @@ pub const TypeInfo = union(TypeId) {
60676067 {#code_begin|syntax#}
60686068const Builder = @import("std").build.Builder;
60696069
6070pub fn build(b: &Builder) void {
6070pub 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);