We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56897b1 commit 18c8f64Copy full SHA for 18c8f64
1 file changed
src/tutorial/errors.md
@@ -3,7 +3,7 @@
3
We all can do nothing but accept the fact that errors will occur.
4
In contrast to many other languages,
5
it's very hard not to notice and deal with this reality
6
-when using Rust since it doesn't have exceptions.
+when using Rust because it doesn't have exceptions.
7
All possible error states are often encoded in the return types of functions.
8
9
## Results
0 commit comments