Skip to content

Commit

Permalink
Fix two minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed committed Nov 21, 2023
1 parent f987a06 commit 46e3a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/compat.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This script checks that `zig build` will return an useful error message when
# This script checks that `zig build` will return a useful error message when
# the Zig compiler is not compatible, instead of failing due to a syntax error.
#
# This script should be run on an UNIX system.
Expand Down
2 changes: 1 addition & 1 deletion exercises/064_builtins.zig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn main() void {
// There is a difference between
// - a value, that overflowed at some point and is now corrupted
// - a single operation that overflows and maybe causes subsequent errors
// In practise we usually notice the overflowed value first and have to work
// In practice we usually notice the overflowed value first and have to work
// our way backwards to the operation that caused the overflow.
//
// If there was no overflow at all while adding 5 to a, what value would
Expand Down

0 comments on commit 46e3a38

Please sign in to comment.