mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-02 22:55:37 +00:00
exercise/21: fix typo
This commit is contained in:
parent
2bdacd35c1
commit
5188967275
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user