Skip to content

Commit 18c8f64

Browse files
authored
Update errors.md
1 parent 56897b1 commit 18c8f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tutorial/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We all can do nothing but accept the fact that errors will occur.
44
In contrast to many other languages,
55
it's very hard not to notice and deal with this reality
6-
when using Rust since it doesn't have exceptions.
6+
when using Rust because it doesn't have exceptions.
77
All possible error states are often encoded in the return types of functions.
88

99
## Results

0 commit comments

Comments
 (0)