summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPalash Nigam <npalash25@gmail.com>2021-02-12 00:37:52 +0530
committerPalash Nigam <npalash25@gmail.com>2021-02-12 00:37:52 +0530
commit51889672752f064bef220bea57de6f1fe06761ed (patch)
treeb2a663ed4c4fec485cd6231cc261b59a6206b07d
parent2bdacd35c1325a504685f65d450f9402a5344502 (diff)
exercise/21: fix typo
-rw-r--r--exercises/21_errors.zig2
1 files changed, 1 insertions, 1 deletions
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