From ec49fd1cc8e06b56c84d334307e3a6af326d22fe Mon Sep 17 00:00:00 2001 From: Palash Nigam Date: Fri, 12 Feb 2021 00:37:52 +0530 Subject: [PATCH] exercise/21: fix typo --- exercises/21_errors.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/21_errors.zig b/exercises/21_errors.zig index 34c5e18..7714c4b 100644 --- a/exercises/21_errors.zig +++ b/exercises/21_errors.zig @@ -1,5 +1,5 @@ // -// Believe it or not, sometimes things to wrong in programs. +// Believe it or not, sometimes things go wrong in programs. // // In Zig, an error is a value. Errors are named so we can identify // things that can go wrong. Errors are created in "error sets", which