exercise/21: fix typo

This commit is contained in:
Palash Nigam 2021-02-12 00:37:52 +05:30
parent bb5c219dae
commit ec49fd1cc8
1 changed files with 1 additions and 1 deletions

View File

@ -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