From 46e3a38dbc9850fa409897ba398a747bce1766bd Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 21 Nov 2023 19:09:47 +0200 Subject: Fix two minor typos --- exercises/064_builtins.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/064_builtins.zig') diff --git a/exercises/064_builtins.zig b/exercises/064_builtins.zig index 1d680d8..e91dfbe 100644 --- a/exercises/064_builtins.zig +++ b/exercises/064_builtins.zig @@ -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 -- cgit v1.2.3-70-g09d2