| author | |
| committer | |
| log | 0206b76351a50e154181d5bff1d134656e412bfb |
| tree | 048f862704282c319922d8431dda8a4bff7a8f79 |
| parent | e833a5a24c1ad58af0bb56e89dbcc0b9ec38c020 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -6067,7 +6067,7 @@ pub const TypeInfo = union(TypeId) { |
| 6067 | 6067 | {#code_begin|syntax#} |
| 6068 | 6068 | const Builder = @import("std").build.Builder; |
| 6069 | 6069 | |
| 6070 | pub fn build(b: &Builder) void { | |
| 6070 | pub fn build(b: *Builder) void { | |
| 6071 | 6071 | const exe = b.addExecutable("example", "example.zig"); |
| 6072 | 6072 | exe.setBuildMode(b.standardReleaseOptions()); |
| 6073 | 6073 | b.default_step.dependOn(&exe.step); |