Skip to content

Commit 7dc1e9b

Browse files
committed
Fix wrong word
1 parent 7d00440 commit 7dc1e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/error_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ This has all the benefits we mentioned before:
335335
- The signature of our function clearly states that it might fail
336336
- The error if it happens needs to be dealt with explicitly by the caller
337337
- Everything happens in deterministic time with no RTTI overhead
338-
- World for functions returning `void` too
338+
- Works for functions returning `void` too
339339

340340
Using it is also quite neat:
341341

0 commit comments

Comments
 (0)