Merge pull request #7 from palash25/typo

exercise/21: fix typo
This commit is contained in:
Dave Gauer 2021-02-11 14:13:15 -05:00 committed by GitHub
commit b7f9711da4

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