Browse Source

Merge pull request #7 from palash25/typo

exercise/21: fix typo
Dave Gauer 4 years ago
parent
commit
b7f9711da4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/21_errors.zig

+ 1 - 1
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
 // 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
 // things that can go wrong. Errors are created in "error sets", which