diff options
| author | Jost Alemann <jost_alemann@me.com> | 2025-03-20 21:24:40 +0100 |
|---|---|---|
| committer | Jost Alemann <jost_alemann@me.com> | 2025-03-20 21:24:40 +0100 |
| commit | 522b4673a426258d1299abd75021a9510644f9ba (patch) | |
| tree | eb23e473b503541f1a6fa4cc9ce1e8b74ba6d88d /build.zig | |
| parent | 7ce659f7fa670720510a6afd23cb63366e1adde9 (diff) | |
fix: typos
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ pub fn build(b: *Build) !void { if (rand) |_| { // Random build mode: verifies one random exercise. - // like for 'exno' but chooses a random exersise number. + // like for 'exno' but chooses a random exercise number. print("work in progress: check a random exercise\n", .{}); var prng = std.Random.DefaultPrng.init(blk: { |
