We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00440 commit 7dc1e9bCopy full SHA for 7dc1e9b
lectures/error_handling.md
@@ -335,7 +335,7 @@ This has all the benefits we mentioned before:
335
- The signature of our function clearly states that it might fail
336
- The error if it happens needs to be dealt with explicitly by the caller
337
- Everything happens in deterministic time with no RTTI overhead
338
-- World for functions returning `void` too
+- Works for functions returning `void` too
339
340
Using it is also quite neat:
341
0 commit comments